Skip to content

Commit a1b6ace

Browse files
committed
update python matrix
1 parent a652032 commit a1b6ace

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.5", "3.6", "3.7"]
17+
python-version: ["3.6", "3.7"]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.python-version }}
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
36+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Set up Python ${{ matrix.python-version }}

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
"Operating System :: OS Independent",
2626
"Programming Language :: Python",
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.4",
29-
"Programming Language :: Python :: 3.5",
3028
"Programming Language :: Python :: 3.6",
3129
"Programming Language :: Python :: 3.7",
3230
"Programming Language :: Python :: 3.8",
@@ -35,6 +33,7 @@
3533
"Programming Language :: Python :: 3.11",
3634
"Programming Language :: Python :: 3.12",
3735
"Programming Language :: Python :: 3.13",
36+
"Programming Language :: Python :: 3.14",
3837
"Topic :: Software Development :: Libraries :: Python Modules",
3938
],
4039
)

0 commit comments

Comments
 (0)