Skip to content

Commit 0ef3610

Browse files
build and test with Python 3.13 (#200)
1 parent 54df085 commit 0ef3610

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
# the macOS 13 runner is on Intel hardware
3535
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
36-
python-version: [ '3.11', '3.12' ]
36+
python-version: [ '3.11', '3.12', '3.13' ]
3737
runs-on: ${{ matrix.runs-on }}
3838
name: build (Python ${{ matrix.python-version }}, ${{ matrix.runs-on }})
3939
steps:

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
package: [ acstools, asdf, ccdproc, costools, jwst, reftools, synphot, wfpc2tools ]
3535
# the macOS 13 runner is on Intel hardware
3636
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
37-
python-version: [ '3.11', '3.12' ]
37+
python-version: [ '3.11', '3.12', '3.13' ]
3838
include:
3939
- package: acstools
4040
test-extras: test
@@ -98,7 +98,7 @@ jobs:
9898
package: [ calcos, drizzlepac, hstcal, stistools, stsynphot ]
9999
# the macOS 13 runner is on Intel hardware
100100
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
101-
python-version: [ '3.11', '3.12' ]
101+
python-version: [ '3.11', '3.12', '3.13' ]
102102
include:
103103
- package: calcos
104104
repository: spacetelescope/calcos
@@ -183,7 +183,7 @@ jobs:
183183
package: [ crds ]
184184
# the macOS 13 runner is on Intel hardware
185185
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
186-
python-version: [ '3.11', '3.12' ]
186+
python-version: [ '3.11', '3.12', '3.13' ]
187187
include:
188188
- package: crds
189189
repository: spacetelescope/crds
@@ -243,7 +243,7 @@ jobs:
243243
package: [ calcos, drizzlepac ]
244244
# the macOS 13 runner is on Intel hardware
245245
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
246-
python-version: [ '3.11', '3.12' ]
246+
python-version: [ '3.11', '3.12', '3.13' ]
247247
include:
248248
- package: calcos
249249
run: calcos la8n01qkq_rawtag_a.fits

0 commit comments

Comments
 (0)