Skip to content

Commit 3d1a1ef

Browse files
upd: python version
1 parent f95b188 commit 3d1a1ef

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.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.10", "3.11", "3.12" ]
17+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1818

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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"Programming Language :: Python",
2929
"Programming Language :: Python :: 3",
3030
"Programming Language :: Python :: 3 :: Only",
31-
"Programming Language :: Python :: 3.8",
3231
"Programming Language :: Python :: 3.9",
3332
"Programming Language :: Python :: 3.10",
3433
"Programming Language :: Python :: 3.11",
@@ -44,5 +43,5 @@
4443
" (CC BY-ND 4.0)"
4544
),
4645
install_requires=["tornado>=6.5.5"],
47-
python_requires=">=3.8"
46+
python_requires=">=3.9"
4847
)

0 commit comments

Comments
 (0)