Skip to content

Commit bc6b718

Browse files
committed
Drop support for EOL Python 3.7
1 parent fec2aac commit bc6b718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Natural Language :: English",
2020
"Programming Language :: Python :: 3",
2121
]
22-
requires-python = ">= 3.7"
22+
requires-python = ">= 3.8"
2323
dependencies = [
2424
"regex",
2525
"polib",

0 commit comments

Comments
 (0)