Skip to content

Commit d42f50c

Browse files
committed
Dropping Python 3.7 support, adding PyPy 3.9.
1 parent db5c2a1 commit d42f50c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", pypy3.7]
13+
python-version: [3.8, 3.9, "3.10", "3.11", pypy3.9]
1414

1515
steps:
1616
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
'Intended Audience :: Developers',
1515
'License :: OSI Approved :: BSD License',
1616
'Operating System :: OS Independent',
17-
'Programming Language :: Python :: 3.7',
1817
'Programming Language :: Python :: 3.8',
1918
'Programming Language :: Python :: 3.9',
2019
'Programming Language :: Python :: 3.10',
@@ -31,7 +30,7 @@ include = [
3130
]
3231

3332
[tool.poetry.dependencies]
34-
python = "^3.7"
33+
python = "^3.8"
3534
pytz = ">=2022.7"
3635
Flask = ">=2.0"
3736
Babel = ">=2.12"

0 commit comments

Comments
 (0)