We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3d849 commit eb5952bCopy full SHA for eb5952b
.github/workflows/python-package.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- python-version: [3.8, 3.9, 3.11]
+ python-version: [3.8, 3.9]
18
19
steps:
20
- uses: actions/checkout@v2
setup.cfg
@@ -13,7 +13,6 @@ classifiers =
13
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
[options]
zip_safe = False
0 commit comments