Skip to content

Commit

Permalink
Add Python 3.11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Dec 6, 2022
1 parent 7a1d1ca commit bd6ebf7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ workflows:
- test-3.10-40
- test-3.10-41

- test-3.11-41

- done:
requires:
- test-3.6-22
Expand Down Expand Up @@ -61,6 +63,8 @@ workflows:
- test-3.10-40
- test-3.10-41

- test-3.11-41

jobs:
base: &test-template
docker:
Expand Down Expand Up @@ -256,6 +260,13 @@ jobs:
environment:
DJANGO_VERSION: "41"

test-3.11-41:
<<: *test-template
docker:
- image: circleci/python:3.11-buster-node
environment:
DJANGO_VERSION: "41"

done:
docker:
- image: circleci/python:3.9-buster-node
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def rel(*parts):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Framework :: Django',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
Expand Down

0 comments on commit bd6ebf7

Please sign in to comment.