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:
24
24
# Use macos-13 because pip binary packages for ARM aren't
25
25
# available for many dependencies
26
26
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" ]
28
28
exclude :
29
29
# Just run macos tests on one Python version
30
30
- os : macos-13
31
31
python-version : " 3.10"
32
32
- os : macos-13
33
33
python-version : " 3.11"
34
+ - os : macos-13
35
+ python-version : " 3.12"
34
36
- os : macos-14
35
37
python-version : " 3.9"
36
38
- os : macos-14
37
39
python-version : " 3.10"
40
+ - os : macos-14
41
+ python-version : " 3.12"
38
42
steps :
39
43
- uses : actions/checkout@v4
40
44
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ classifiers = [
36
36
" Programming Language :: Python :: 3.9" ,
37
37
" Programming Language :: Python :: 3.10" ,
38
38
" Programming Language :: Python :: 3.11" ,
39
+ " Programming Language :: Python :: 3.12" ,
39
40
" Topic :: Scientific/Engineering"
40
41
]
41
42
dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments