Skip to content

Commit

Permalink
Cover latest Python 3.11 in CI (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Mar 23, 2023
1 parent 5254af8 commit ad3722c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- "ubuntu-latest"
python-version:
- "3.10"
- "3.11"
django-version:
- "3.2" # LTS
- "4.0"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
Expand Down

0 comments on commit ad3722c

Please sign in to comment.