Skip to content

Commit

Permalink
Removes support for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
iMerica committed Apr 15, 2024
1 parent 2e0502b commit a9c3436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: [build]
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ skipsdist = true
envlist =
python{3.8,3.9}-django3
python{3.8,3.9,3.10,3.11}-django4
python{3.10,3.11,3.12}-django5
python{3.10,3.11}-django5

[gh-actions]
python =
3.8: python3.8-django3, python3.8-django4
3.9: python3.9-django3, python3.9-django4
3.10: python3.10-django4, python3.10-django5
3.11: python3.11-django4, python3.11-django5
3.12: python3.12-django5

[testenv]
commands =
Expand Down

0 comments on commit a9c3436

Please sign in to comment.