Skip to content

Commit 8da7415

Browse files
committed
test with python 3.14.0
1 parent 5fed31a commit 8da7415

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/github-action-test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# You need to change to branch protection rules if you change the versions here
15-
python-version: [3.12.11, 3.13.7]
15+
python-version: [3.12.11, 3.13.7, 3.14.0]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}

python/allTests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ function run()
1717

1818
PYENV_VERSION=3.12 run
1919
PYENV_VERSION=3.13 run
20+
PYENV_VERSION=3.14 run

0 commit comments

Comments
 (0)