File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 30
30
- uses : actions/setup-python@v5
31
31
name : Install python
32
32
with :
33
- python-version : 3.9
33
+ python-version : " 3.10 "
34
34
cache : ' pip'
35
35
36
36
- name : Install dependencies
Original file line number Diff line number Diff line change 40
40
- uses : actions/setup-python@v5
41
41
name : Install python
42
42
with :
43
- python-version : 3.9
43
+ python-version : " 3.10 "
44
44
cache : ' pip'
45
45
46
46
- name : Install dependencies
@@ -78,40 +78,40 @@ jobs:
78
78
fail-fast : true
79
79
matrix :
80
80
include :
81
- - os : windows-latest
82
- python : " 3.9"
83
- platform_id : win_amd64
84
81
- os : windows-latest
85
82
python : " 3.10"
86
83
platform_id : win_amd64
87
84
- os : windows-latest
88
85
python : " 3.11"
89
86
platform_id : win_amd64
87
+ - os : windows-latest
88
+ python : " 3.12"
89
+ platform_id : win_amd64
90
90
91
91
# Linux 64 bit manylinux2014
92
92
- os : ubuntu-latest
93
- python : " 3.9 "
93
+ python : " 3.10 "
94
94
platform_id : manylinux_x86_64
95
95
manylinux_image : manylinux2014
96
96
- os : ubuntu-latest
97
- python : " 3.10 "
97
+ python : " 3.11 "
98
98
platform_id : manylinux_x86_64
99
99
manylinux_image : manylinux2014
100
100
- os : ubuntu-latest
101
- python : " 3.11 "
101
+ python : " 3.12 "
102
102
platform_id : manylinux_x86_64
103
103
manylinux_image : manylinux2014
104
104
105
105
# MacOS x86_64
106
- - os : macos-latest
107
- python : " 3.9"
108
- platform_id : macosx_x86_64
109
106
- os : macos-latest
110
107
python : " 3.10"
111
108
platform_id : macosx_x86_64
112
109
- os : macos-latest
113
110
python : " 3.11"
114
111
platform_id : macosx_x86_64
112
+ - os : macos-latest
113
+ python : " 3.12"
114
+ platform_id : macosx_x86_64
115
115
steps :
116
116
- name : Download sdist
117
117
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ zip_safe = False
24
24
packages = find:
25
25
package_dir =
26
26
=src
27
- python_requires = >=3.9
27
+ python_requires = >=3.10
28
28
install_requires =
29
29
numpy >= 1.20, <3
30
30
scipy >= 1.9
You can’t perform that action at this time.
0 commit comments