Skip to content

Commit 478a393

Browse files
committed
chore: add 3.14 classifier
Signed-off-by: Henry Schreiner <[email protected]>
1 parent c68e597 commit 478a393

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/reusable-rr-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
19-
runs-on: [ubuntu-latest, macos-14, windows-latest]
18+
python-version: ["3.10", "3.12", "3.14"]
19+
runs-on: [ubuntu-latest, macos-latest, windows-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
"Programming Language :: Python",
2728
"Topic :: Scientific/Engineering",
2829
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)