Skip to content

Commit 7e9ba17

Browse files
committed
try python 3.14 job on basic.ci, using resolved pixi env
1 parent 3167b16 commit 7e9ba17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest]
1919
mpi-version: [mpich]
20-
python-version: ["py310", "py311", "py312", "py313"]
20+
python-version: ["py310", "py311", "py312", "py313", "py314"]
2121
comms-type: [m, l]
2222
include:
2323
- os: macos-latest
@@ -64,7 +64,7 @@ jobs:
6464
flake8 libensemble
6565
6666
- name: Remove various tests on newer pythons
67-
if: matrix.python-version == 'py311' || matrix.python-version == 'py312' || matrix.python-version == 'py313'
67+
if: matrix.python-version == 'py311' || matrix.python-version == 'py312' || matrix.python-version == 'py313' || matrix.python-version == 'py314'
6868
run: |
6969
rm ./libensemble/tests/functionality_tests/test_local_sine_tutorial*.py # matplotlib errors on py312
7070

0 commit comments

Comments
 (0)