Skip to content

Commit b4f077a

Browse files
committed
Remove support for Python 3.8
1 parent f952941 commit b4f077a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ["ubuntu-latest"]
26-
python-version: ["3.8", "3.12"]
26+
python-version: ["3.9", "3.12"]
2727

2828
env:
2929
OS: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ license = { file = "LICENSE" }
3636
authors = [
3737
{ name = "Andreas Motl", email = "[email protected]" },
3838
]
39-
requires-python = ">=3.8"
39+
requires-python = ">=3.9"
4040
classifiers = [
4141
"Development Status :: 1 - Planning",
4242
"Environment :: Web Environment",
@@ -52,7 +52,6 @@ classifiers = [
5252
"Intended Audience :: Telecommunications Industry",
5353
"License :: OSI Approved :: MIT License",
5454
"Programming Language :: Python :: 3 :: Only",
55-
"Programming Language :: Python :: 3.8",
5655
"Programming Language :: Python :: 3.9",
5756
"Programming Language :: Python :: 3.10",
5857
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)