Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop python 3.9 support, bump dependencies #13

Merged
merged 3 commits into from
Aug 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
misc: remove python3.9 from actions
  • Loading branch information
mik3y committed Aug 10, 2024
commit b3dcb752470b84284073b826b79d5b9e11dc2edf
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@ jobs:
max-parallel: 4
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
@@ -66,7 +65,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
@@ -119,7 +117,6 @@ jobs:
- "django32"
- "django42"
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Loading