Skip to content

Commit b538b01

Browse files
committed
Test against python 3.14
1 parent ef3bb28 commit b538b01

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/compare-post-benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Performance Benchmark
3030
env:
3131
ENV_NAME: pyuvsim_tests_refsim
32-
PYTHON: "3.13"
32+
PYTHON: "3.14"
3333
runs-on: ubuntu-latest
3434

3535
strategy:

.github/workflows/externaltests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Adding -l {0} helps ensure conda can be found properly.
1717
shell: bash -l {0}
1818
env:
19-
PYTHON: "3.12"
19+
PYTHON: "3.14"
2020

2121
steps:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/publish-to-test-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash -l {0}
2424
env:
2525
ENV_NAME: publish
26-
PYTHON: "3.12"
26+
PYTHON: "3.14"
2727
steps:
2828
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:

.github/workflows/testsuite.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, macos-latest]
26-
python-version: ["3.11", "3.12", "3.13"]
26+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2727
env_name: [pyuvsim_tests_openmpi]
2828
include:
2929
- env_name: pyuvsim_tests_mpich
30-
python-version: "3.13"
30+
python-version: "3.14"
3131
os: ubuntu-latest
3232
- env_name: pyuvsim_tests_mpich
33-
python-version: "3.13"
33+
python-version: "3.14"
3434
os: macos-latest
3535
- env_name: pyuvsim_tests_windows
36-
python-version: "3.13"
36+
python-version: "3.14"
3737
os: windows-latest
3838
steps:
3939
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -94,7 +94,7 @@ jobs:
9494
# do this on min_deps because it's hard to get mpi4py to install from pip
9595
min_deps:
9696
env:
97-
PYTHON: "3.12"
97+
PYTHON: "3.14"
9898
name: Min Deps Testing
9999
runs-on: ubuntu-latest
100100
steps:
@@ -196,7 +196,7 @@ jobs:
196196
warning_test:
197197
env:
198198
ENV_NAME: pyuvsim_tests_mpich
199-
PYTHON: "3.13"
199+
PYTHON: "3.14"
200200
name: Warning Test
201201
runs-on: ubuntu-latest
202202
defaults:
@@ -252,7 +252,7 @@ jobs:
252252
download_test:
253253
env:
254254
ENV_NAME: pyuvsim_tests_refsim
255-
PYTHON: "3.13"
255+
PYTHON: "3.14"
256256
name: Download Test
257257
runs-on: ubuntu-latest
258258
defaults:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ classifiers = [
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.12",
4444
"Programming Language :: Python :: 3.13",
45+
"Programming Language :: Python :: 3.14",
4546
"Topic :: Scientific/Engineering :: Astronomy",
4647
"Operating System :: Microsoft :: Windows",
4748
"Operating System :: POSIX",

0 commit comments

Comments
 (0)