File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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]
4142dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments