Skip to content

Commit a7e30e6

Browse files
authored
remove py36 test, add py311 test
1 parent a3a1983 commit a7e30e6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
16+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1717

1818
env:
1919
SDIST_DIR: /tmp/sdist

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ def readme(fname):
5757
setup_requires=["pytest-runner"],
5858
tests_require=["pytest>=3.1", "pytest-cov", "twine", "check-manifest"],
5959
classifiers=[
60-
"Programming Language :: Python :: 3.6",
6160
"Programming Language :: Python :: 3.7",
6261
"Programming Language :: Python :: 3.8",
6362
"Programming Language :: Python :: 3.9",
63+
"Programming Language :: Python :: 3.10",
64+
"Programming Language :: Python :: 3.11",
6465
],
6566
)

0 commit comments

Comments
 (0)