Skip to content

Commit 4c0017c

Browse files
committed
workflows use python 3.14
1 parent f095662 commit 4c0017c

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,17 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
26-
os: [ubuntu-latest, macos-latest]
25+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
26+
os: [ubuntu-latest]
27+
include:
28+
- python-version: "3.14"
29+
os: macos-15-intel
30+
- python-version: "3.14"
31+
os: macos-14
32+
- python-version: "3.14"
33+
os: macos-15
34+
- python-version: "3.14"
35+
os: macos-26
2736
steps:
2837
- uses: actions/checkout@v6
2938
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ classifiers = [
1919
'Programming Language :: Python :: 3.10',
2020
'Programming Language :: Python :: 3.11',
2121
'Programming Language :: Python :: 3.12',
22+
'Programming Language :: Python :: 3.13',
23+
'Programming Language :: Python :: 3.14',
2224
'Topic :: Scientific/Engineering :: Astronomy',
2325
'Topic :: Scientific/Engineering :: Physics'
2426
]

0 commit comments

Comments
 (0)