Skip to content

Commit

Permalink
Remove python3.7 (#32)
Browse files Browse the repository at this point in the history
* remove python3.7 and add python3.13

* modify .github/workflows/run-tests.yaml accordingly

* remove python3.13
  • Loading branch information
amamd07 authored Jan 20, 2025
1 parent e496b60 commit 1aac04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content

[options]
include_package_data = true
packages = find:
python_requires = >=3.7
python_requires = >=3.8
install_requires =
psycopg2-binary >= 2
python-dateutil >= 2
Expand Down

0 comments on commit 1aac04d

Please sign in to comment.