Skip to content

Commit 2b8143f

Browse files
committed
more updates to testing
1 parent d4b68c2 commit 2b8143f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
LANG: en_US.UTF-8
2222
strategy:
2323
matrix:
24-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
24+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2525
os-version: ['ubuntu-20.04', 'windows-latest', 'macos-latest']
2626
exclude:
2727
- python-version: '3.6'

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ python =
2626
3.9: py39
2727
3.10: py310
2828
3.11: py311
29+
3.12: py312
2930

3031
[testenv]
3132
skip_install =
@@ -38,6 +39,7 @@ basepython =
3839
py39: python3.9
3940
py310: python3.10
4041
py311: python3.11
42+
py312: python3.12
4143

4244
deps =
4345
clean: coverage

0 commit comments

Comments
 (0)