Skip to content

Commit a444794

Browse files
committed
314 updates
1 parent a2c653b commit a444794

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [ubuntu-latest, macos-latest, windows-latest]
40-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
40+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
4141

4242
steps:
4343
- 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
]
3031
requires-python = ">=3.9"
3132
dependencies = [

0 commit comments

Comments
 (0)