Skip to content

Commit

Permalink
Dropping Python 3.7 support, adding PyPy 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Oct 2, 2023
1 parent db5c2a1 commit d42f50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", pypy3.7]
python-version: [3.8, 3.9, "3.10", "3.11", pypy3.9]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers = [
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -31,7 +30,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
pytz = ">=2022.7"
Flask = ">=2.0"
Babel = ">=2.12"
Expand Down

0 comments on commit d42f50c

Please sign in to comment.