Skip to content

Commit d963645

Browse files
committed
Drop python 3.8 job and classifiers
1 parent 82f9396 commit d963645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
max-parallel: 6
103103
matrix:
104104
os: [ubuntu-latest, windows-latest]
105-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
105+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
106106

107107
name: "Script based python ${{ matrix.python-version }} on ${{ matrix.os }}"
108108
steps:

classifiers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Topic :: Software Development :: Libraries :: Python Modules
44
License :: OSI Approved :: Apache Software License
55
Programming Language :: Python :: 3
66
Programming Language :: Python :: 3 :: Only
7-
Programming Language :: Python :: 3.8
87
Programming Language :: Python :: 3.9
98
Programming Language :: Python :: 3.10
109
Programming Language :: Python :: 3.11
1110
Programming Language :: Python :: 3.12
11+
Programming Language :: Python :: 3.13
1212
Programming Language :: Python :: Implementation :: CPython
1313
Programming Language :: Python :: Implementation :: PyPy

0 commit comments

Comments
 (0)