Skip to content

Commit 3d7bfec

Browse files
tomwhitejeromekelleher
authored andcommitted
Test on Python 3.12
1 parent 6aaee4f commit 3d7bfec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,21 @@ jobs:
2424
# Use macos-13 because pip binary packages for ARM aren't
2525
# available for many dependencies
2626
os: [macos-13, macos-14, ubuntu-latest]
27-
python-version: ["3.9", "3.10", "3.11"]
27+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2828
exclude:
2929
# Just run macos tests on one Python version
3030
- os: macos-13
3131
python-version: "3.10"
3232
- os: macos-13
3333
python-version: "3.11"
34+
- os: macos-13
35+
python-version: "3.12"
3436
- os: macos-14
3537
python-version: "3.9"
3638
- os: macos-14
3739
python-version: "3.10"
40+
- os: macos-14
41+
python-version: "3.12"
3842
steps:
3943
- uses: actions/checkout@v4
4044
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers = [
3636
"Programming Language :: Python :: 3.9",
3737
"Programming Language :: Python :: 3.10",
3838
"Programming Language :: Python :: 3.11",
39+
"Programming Language :: Python :: 3.12",
3940
"Topic :: Scientific/Engineering"
4041
]
4142
dynamic = ["version"]

0 commit comments

Comments
 (0)