Skip to content

Commit f5bb96c

Browse files
committed
update python versions
1 parent 4f2d9dd commit f5bb96c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1515
compiler: ["gcc", "clang"]
1616
build_type: ["Debug", "Release"]
1717

@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-22.04
4444
strategy:
4545
matrix:
46-
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
46+
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4747

4848
steps:
4949
- uses: actions/checkout@v2

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ def find_version(*file_paths):
8888
"Programming Language :: Python",
8989
"Programming Language :: Python :: 2.7",
9090
"Programming Language :: Python :: 3",
91-
"Programming Language :: Python :: 3.6",
92-
"Programming Language :: Python :: 3.7",
93-
"Programming Language :: Python :: 3.8",
94-
"Programming Language :: Python :: 3.9",
91+
"Programming Language :: Python :: 3.10",
92+
"Programming Language :: Python :: 3.11",
93+
"Programming Language :: Python :: 3.12",
94+
"Programming Language :: Python :: 3.13",
95+
"Programming Language :: Python :: 3.14",
9596
"Programming Language :: Python :: Implementation :: CPython",
9697
"Development Status :: 5 - Production/Stable",
9798
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)