Skip to content

Commit 5cc47d0

Browse files
Gets rid of old pythons.
1 parent bb95841 commit 5cc47d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
10+
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
1111

1212
name: Python ${{ matrix.python-version }}
1313
steps:

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ classifiers = [
1414
"Programming Language :: Python :: 3.12",
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.10",
17-
"Programming Language :: Python :: 3.9",
18-
"Programming Language :: Python :: 3.8",
1917
]
2018
keywords = ["pythonanywhere", "api", "cloud", "web hosting"]
2119

0 commit comments

Comments
 (0)