We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9865244 + 2c549c9 commit 5e40dc1Copy full SHA for 5e40dc1
2 files changed
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
54
strategy:
55
matrix:
56
- python-version: ['3.13']
+ python-version: ['3.14']
57
58
steps:
59
- uses: actions/checkout@v5
CHANGES
@@ -12,6 +12,10 @@ $ pip install --user --upgrade --pre gp-libs
12
13
- _Add your latest changes from PRs here_
14
15
+### Development
16
+
17
+- Add Python 3.14 to test matrix (#53)
18
19
## gp-libs 0.0.14 (2025-10-26)
20
21
### Bug fixes
0 commit comments