Skip to content

Commit 1937cd1

Browse files
committed
feat: Add support for Python 3.14
1 parent 0291abf commit 1937cd1

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
5959

6060
strategy:
6161
matrix:
62-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
62+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
6363

6464
steps:
6565
- uses: actions/checkout@v4

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up uv
2121
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.9"
2424

2525
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
2626
name: "Get PyPI token"

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ steps.release.outputs.releases_created == 'true' }}
2626
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2727
with:
28-
python-version: "3.12"
28+
python-version: "3.9"
2929

3030
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
3131
name: "Get PyPI token"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
"Topic :: Software Development",
2223
"Topic :: Software Development :: Libraries",
2324
]

0 commit comments

Comments
 (0)