Skip to content

Commit 0cc3cf8

Browse files
stegayetahupp
authored andcommitted
chore(python): add Python 3.12 in test matrix
1 parent 545a2a5 commit 0cc3cf8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python:
1111
- "3.9"
1212
- "3.10"
1313
- "3.11"
14+
- "3.12"
1415

1516
install:
1617
- pip install coverage coveralls codecov

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def read(file_name):
4141
'Programming Language :: Python :: 3.9',
4242
'Programming Language :: Python :: 3.10',
4343
'Programming Language :: Python :: 3.11',
44+
'Programming Language :: Python :: 3.12',
4445
'Programming Language :: Python :: Implementation :: CPython',
4546
],
4647
)

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ envlist =
88
py39,
99
py310,
1010
py311,
11+
py312,
1112
mypy
1213

1314
[testenv]

0 commit comments

Comments
 (0)