Skip to content

Commit fc9677f

Browse files
upd: dependency
1 parent a59cce6 commit fc9677f

3 files changed

Lines changed: 4 additions & 5 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.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
17+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1818

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tornado>=6.2
1+
tornado>=6.5.5

setup.py

Lines changed: 2 additions & 3 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.7",
3231
"Programming Language :: Python :: 3.8",
3332
"Programming Language :: Python :: 3.9",
3433
"Programming Language :: Python :: 3.10",
@@ -44,6 +43,6 @@
4443
"Creative Commons Attribution-NoDerivatives 4.0 International"
4544
" (CC BY-ND 4.0)"
4645
),
47-
install_requires=["tornado>=6.2"],
48-
python_requires=">=3.7"
46+
install_requires=["tornado>=6.5.5"],
47+
python_requires=">=3.8"
4948
)

0 commit comments

Comments
 (0)