Skip to content

Commit

Permalink
Update tornado to 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Aug 31, 2024
1 parent 925008e commit cd9bccb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
bash -c "tests/scripts_/download_test_files.sh"
# Setup python environment
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.8'

# Restore the python cache if it exists
- name: Restore python cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_lint_and_run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Required
schedule==0.6.0
tornado==6.0.2
tornado==6.2
marshmallow==3.13.0
peewee>=3.14.4
peewee_migrate==1.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ long_description = file: README.md, LICENSE
long_description_content_type = text/markdown

[options]
python_requires = >=3.7
python_requires = >=3.8
zip_safe = False
include_package_data = True

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
versioninfo.dev_status(),
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit cd9bccb

Please sign in to comment.