File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 16
16
name : ${{ matrix.python-version }}
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Setup Python
22
22
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
sdist :
11
11
runs-on : ubuntu-latest
12
12
13
- name : Python 3.10
13
+ name : Python 3.11
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Setup Python
19
19
uses : actions/setup-python@v5
20
20
with :
21
- python-version : " 3.10 "
21
+ python-version : " 3.11 "
22
22
architecture : x64
23
23
24
24
- name : Install test dependencies
51
51
strategy :
52
52
fail-fast : false
53
53
matrix :
54
- os : [ubuntu-20.04, macos-11 , windows-2019]
54
+ os : [ubuntu-20.04, macos-12 , windows-2019]
55
55
architecture : ['x64']
56
56
linux_archs : ["auto s390x"]
57
57
include :
@@ -81,12 +81,12 @@ jobs:
81
81
CIBW_ARCHS_MACOS : x86_64 universal2
82
82
CIBW_TEST_SKIP : " *_arm64 *_universal2:arm64"
83
83
steps :
84
- - uses : actions/checkout@v2
84
+ - uses : actions/checkout@v4
85
85
86
86
- name : Setup Python
87
87
uses : actions/setup-python@v5
88
88
with :
89
- python-version : " 3.10 "
89
+ python-version : " 3.11 "
90
90
architecture : ${{ matrix.architecture }}
91
91
92
92
- name : Set up QEMU
Original file line number Diff line number Diff line change 63
63
'Operating System :: MacOS :: MacOS X' ,
64
64
# 'Operating System :: Microsoft :: Windows', -- Not tested yet
65
65
'Operating System :: POSIX' ,
66
- 'Programming Language :: Python :: 2.7' ,
67
66
'Programming Language :: Python :: 3' ,
68
- 'Programming Language :: Python :: 3.5' ,
69
- 'Programming Language :: Python :: 3.6' ,
70
- 'Programming Language :: Python :: 3.7' ,
71
67
'Programming Language :: Python :: 3.8' ,
72
68
'Programming Language :: Python :: 3.9' ,
73
- 'Programming Language :: Python :: 3.10'
69
+ 'Programming Language :: Python :: 3.10' ,
70
+ 'Programming Language :: Python :: 3.11' ,
71
+ 'Programming Language :: Python :: 3.12' ,
74
72
],
75
73
packages = packages ,
76
74
install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments