Skip to content

Commit

Permalink
remove 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
007gzs committed Nov 30, 2022
1 parent 308d7ad commit 97695bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11]
python-version: [3.8, 3.9, "3.10"]
django-version: [django-2.2, django-3.0, django-3.1, django-3.2, django-4.0, django-4.1, django-pre, django-main]
include:
- python-version: 3.6
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP

project_urls =
Expand Down

0 comments on commit 97695bf

Please sign in to comment.