Skip to content

Commit c05f361

Browse files
authored
test python 3.12 (#237)
1 parent 3616f22 commit c05f361

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
steps:
4242
- run-tox:
4343
version: py311
44+
py312:
45+
docker:
46+
- image: 'cimg/python:3.12'
47+
steps:
48+
- run-tox:
49+
version: py312
4450
docs:
4551
docker:
4652
- image: 'cimg/python:3.11'
@@ -54,6 +60,7 @@ workflows:
5460
tests:
5561
jobs:
5662
- docs
63+
- py312
5764
- py311
5865
- py310
5966
- py39

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ isolated_build = True
44

55
envlist =
66
docs
7-
py{38,39,310,311}-sphinx{5,6,7,latest}
7+
py{38,39,310,311,312}-sphinx{5,6,7,latest}
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)