Skip to content

Commit 2b6001d

Browse files
Remove 3.14 changes
1 parent 7a42947 commit 2b6001d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max-parallel: 1
2525
matrix:
2626
# Run test for every python version we intend to support.
27-
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
27+
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2828
permissions:
2929
id-token: write
3030
contents: read

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23-
"Programming Language :: Python :: 3.14",
2423
]
2524

2625
[project.optional-dependencies]

0 commit comments

Comments
 (0)