Skip to content

Commit 942366b

Browse files
authored
Merge pull request #1365 from michael-k/python3.12
Run tests against Python 3.12
2 parents 67df05b + a835092 commit 942366b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04 # See https://github.com/actions/setup-python/issues/544
88
strategy:
99
matrix:
10-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
10+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.7"]
1111

1212
steps:
1313
- uses: actions/checkout@v3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = lint, type, py36, py37, py38, py39, py310, py311, pypy3
2+
envlist = lint, type, py36, py37, py38, py39, py310, py311, py312, pypy3
33
skip_missing_interpreters = true
44

55
[testenv]

0 commit comments

Comments
 (0)