File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : Check out code
14
14
uses : actions/checkout@v3
15
-
15
+
16
16
- name : Select python
17
17
uses : actions/setup-python@v4
18
18
with :
43
43
fail-fast : false
44
44
matrix :
45
45
include :
46
+ - os : macOS-12
47
+ version : cp312-macosx_x86_64
48
+ - os : macOS-12
49
+ version : cp312-macosx_arm64
46
50
- os : macOS-12
47
51
version : cp311-macosx_x86_64
48
52
- os : macOS-12
62
66
- os : macOS-12
63
67
version : cp37-macosx_x86_64
64
68
69
+ - os : windows-2022
70
+ version : cp312-win_amd64
71
+ - os : windows-2022
72
+ version : cp312-win32
65
73
- os : windows-2022
66
74
version : cp311-win_amd64
67
75
- os : windows-2022
@@ -113,7 +121,7 @@ jobs:
113
121
rm gssapi-*.tar.gz
114
122
115
123
- name : Build wheel
116
- uses : pypa/cibuildwheel@v2.11.1
124
+ uses : pypa/cibuildwheel@v2
117
125
env :
118
126
CIBW_ARCHS : all
119
127
CIBW_TEST_SKIP : ' *_arm64'
@@ -179,6 +187,7 @@ jobs:
179
187
fail-fast : false
180
188
matrix :
181
189
name :
190
+ - win-py-3.12
182
191
- win-py-3.11
183
192
- win-py-3.10
184
193
- win-py-3.9
@@ -188,6 +197,8 @@ jobs:
188
197
- x64
189
198
- x86
190
199
include :
200
+ - name : win-py-3.12
201
+ pyenv : ' 3.12.0-rc.1'
191
202
- name : win-py-3.11
192
203
pyenv : ' 3.11'
193
204
- name : win-py-3.10
Original file line number Diff line number Diff line change @@ -297,6 +297,7 @@ def gssapi_modules(lst):
297
297
'Programming Language :: Python :: 3.9' ,
298
298
'Programming Language :: Python :: 3.10' ,
299
299
'Programming Language :: Python :: 3.11' ,
300
+ 'Programming Language :: Python :: 3.12' ,
300
301
'Intended Audience :: Developers' ,
301
302
'License :: OSI Approved :: ISC License (ISCL)' ,
302
303
'Programming Language :: Python :: Implementation :: CPython' ,
You can’t perform that action at this time.
0 commit comments