Skip to content

Commit 0922a71

Browse files
authored
chore: add support for Python π (#40)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent f4ee329 commit 0922a71

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
runs-on: ubuntu-latest
5858
- python-version: "3.8"
5959
runs-on: ubuntu-latest
60+
- python-version: "3.14t"
61+
runs-on: ubuntu-latest
6062

6163
steps:
6264
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
"Topic :: Scientific/Engineering",
3031
"Typing :: Typed",
3132
]

0 commit comments

Comments
 (0)