Skip to content

Commit d5592dc

Browse files
authored
Add python 3.14 testing (#589)
1 parent a48a219 commit d5592dc

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,18 @@ jobs:
2424
coverage: codecov
2525
- linux: py311
2626
- linux: py312
27-
- linux: py313-cov
27+
- linux: py313
28+
- linux: py314-cov
2829
coverage: codecov
29-
- macos: py313
30+
- macos: py314
3031
- linux: py313-withromancal-cov
3132
coverage: codecov
32-
# `tox` does not currently respect `requires-python` versions when creating testing environments;
33-
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
34-
# - linux: py3-cov
35-
# coverage: codecov
36-
# - macos: py3
37-
# - linux: py3-withromancal-cov
38-
# coverage: codecov
3933
4034
test_upstream:
4135
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@28e947497bed4d6ec3fa1d66d198e95a1d17bc63 # v2.2.1
4236
with:
4337
envs: |
44-
- linux: py313-rad
38+
- linux: py314-rad
4539
4640
environment:
4741
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)