Skip to content

Commit 5e40dc1

Browse files
authored
Support Python 3.14 (#53)
2 parents 9865244 + 2c549c9 commit 5e40dc1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
python-version: ['3.13']
56+
python-version: ['3.14']
5757

5858
steps:
5959
- uses: actions/checkout@v5

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ $ pip install --user --upgrade --pre gp-libs
1212

1313
- _Add your latest changes from PRs here_
1414

15+
### Development
16+
17+
- Add Python 3.14 to test matrix (#53)
18+
1519
## gp-libs 0.0.14 (2025-10-26)
1620

1721
### Bug fixes

0 commit comments

Comments
 (0)