Skip to content

Commit b0dfc09

Browse files
browniebrokefjsj
authored andcommitted
Add support for Python 3.10
1 parent bf35114 commit b0dfc09

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.circleci/config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ workflows:
2727
- test-3.9-40
2828
- test-3.9-41
2929

30+
- test-3.10-32
31+
- test-3.10-40
32+
- test-3.10-41
33+
3034
- done:
3135
requires:
3236
- test-3.6-22
@@ -53,6 +57,10 @@ workflows:
5357
- test-3.9-40
5458
- test-3.9-41
5559

60+
- test-3.10-32
61+
- test-3.10-40
62+
- test-3.10-41
63+
5664
jobs:
5765
base: &test-template
5866
docker:
@@ -226,6 +234,25 @@ jobs:
226234
environment:
227235
DJANGO_VERSION: "41"
228236

237+
test-3.10-32:
238+
<<: *test-template
239+
docker:
240+
- image: circleci/python:3.10-buster-node
241+
environment:
242+
DJANGO_VERSION: "32"
243+
test-3.10-40:
244+
<<: *test-template
245+
docker:
246+
- image: circleci/python:3.10-buster-node
247+
environment:
248+
DJANGO_VERSION: "40"
249+
test-3.10-41:
250+
<<: *test-template
251+
docker:
252+
- image: circleci/python:3.10-buster-node
253+
environment:
254+
DJANGO_VERSION: "41"
255+
229256
done:
230257
docker:
231258
- image: circleci/python:3.9-buster-node

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def rel(*parts):
3535
'Programming Language :: Python :: 3.7',
3636
'Programming Language :: Python :: 3.8',
3737
'Programming Language :: Python :: 3.9',
38+
'Programming Language :: Python :: 3.10',
3839
'Framework :: Django',
3940
'Framework :: Django :: 2.0',
4041
'Framework :: Django :: 2.1',

0 commit comments

Comments
 (0)