Skip to content

Commit c7642f0

Browse files
authored
chore(tests): add Python 3.10 and 3.11 in CI runs/tox/trove classifier (ahupp#284)
1 parent c7a2e7b commit c7642f0

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ python:
99
- "3.7"
1010
- "3.8"
1111
- "3.9"
12+
- "3.10"
13+
- "3.11"
1214

1315
install:
1416
- pip install coverage coveralls codecov

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def read(file_name):
3939
'Programming Language :: Python :: 3.7',
4040
'Programming Language :: Python :: 3.8',
4141
'Programming Language :: Python :: 3.9',
42+
'Programming Language :: Python :: 3.10',
43+
'Programming Language :: Python :: 3.11',
4244
'Programming Language :: Python :: Implementation :: CPython',
4345
],
4446
)

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ envlist =
77
py38,
88
py39,
99
py310,
10+
py311,
1011
mypy
1112

1213
[testenv]

0 commit comments

Comments
 (0)