We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6d006 commit b05073bCopy full SHA for b05073b
2 files changed
.github/workflows/run-tests.yaml
@@ -54,11 +54,11 @@ jobs:
54
- ubuntu-latest
55
- windows-latest
56
python-version:
57
- - '3.6'
58
- '3.7'
59
- '3.8'
60
- '3.9'
61
- '3.10'
+ - '3.11'
62
steps:
63
- name: Checkout
64
uses: actions/checkout@v3
setup.cfg
@@ -18,7 +18,6 @@ classifiers =
18
Operating System :: POSIX :: Linux
19
Programming Language :: Python :: 3
20
Programming Language :: Python :: 3 :: Only
21
- Programming Language :: Python :: 3.6
22
Programming Language :: Python :: 3.7
23
Programming Language :: Python :: 3.8
24
Programming Language :: Python :: 3.9
0 commit comments