Skip to content

Commit eb5952b

Browse files
committed
update
1 parent 4e3d849 commit eb5952b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.8, 3.9, 3.11]
17+
python-version: [3.8, 3.9]
1818

1919
steps:
2020
- uses: actions/checkout@v2

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ classifiers =
1313
Programming Language :: Python :: 3.8
1414
Programming Language :: Python :: 3.9
1515
Programming Language :: Python :: 3.10
16-
Programming Language :: Python :: 3.11
1716

1817
[options]
1918
zip_safe = False

0 commit comments

Comments
 (0)