Skip to content

Commit 852627b

Browse files
authored
Bump version (#172)
1 parent fee66fd commit 852627b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.8, 3.9, "3.10"]
12+
python-version: [3.8, 3.9, "3.10", "3.11"]
1313

1414
steps:
1515
- uses: actions/checkout@v2

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers =
1414
Programming Language :: Python :: 3.8
1515
Programming Language :: Python :: 3.9
1616
Programming Language :: Python :: 3.10
17+
Programming Language :: Python :: 3.11
1718

1819
[options]
1920
include_package_data = True

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tox]
2-
envlist = {py38,py39,py310}, check
2+
envlist = {py38,py39,py310,py311}, check
33

44

55
[gh-actions]
66
python =
77
3.8: py38
88
3.9: py39, check
99
3.10: py310
10+
3.11: py311
1011

1112
[testenv]
1213
extras = test

0 commit comments

Comments
 (0)