Skip to content

Commit 65745f9

Browse files
committed
Test against Python 3.12
1 parent 8817f9d commit 65745f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
18+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12.0-alpha.7"]
1919
os: [ubuntu-latest]
2020
include:
2121
- python-version: 3.6

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This config is for local testing. Where needed changes should be duplicated into
22
# .github/workflows/pythonpackage.yml
33
[tox]
4-
envlist = py36,py37,py38,py39,py310,py311,pypy3.6,flake8,isort
4+
envlist = py36,py37,py38,py39,py310,py311,py312,pypy3.6,flake8,isort
55

66
[testenv]
77
deps =

0 commit comments

Comments
 (0)