Skip to content

Commit f1ede2a

Browse files
Declare support for and test with Python 3.12
1 parent d9a93d7 commit f1ede2a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
run:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
os: [ubuntu-latest]
17-
py_ver: ["3.8", "3.9", "3.10", "3.11"]
18+
py_ver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1819
env:
1920
OS: ${{ matrix.os }}
2021
PYTHON: ${{ matrix.py_ver }}

tests/data/tox/tox.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ classifiers = [
8181
"Programming Language :: Python :: 3.9",
8282
"Programming Language :: Python :: 3.10",
8383
"Programming Language :: Python :: 3.11",
84+
"Programming Language :: Python :: 3.12",
8485
"Topic :: Software Development :: Libraries",
8586
"Topic :: Software Development :: Testing",
8687
"Topic :: Utilities",

0 commit comments

Comments
 (0)