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 43
43
fail-fast : false
44
44
matrix :
45
45
include :
46
+ - os : macOS-12
47
+ version : cp311-macosx_x86_64
48
+ - os : macOS-12
49
+ version : cp311-macosx_arm64
46
50
- os : macOS-12
47
51
version : cp310-macosx_x86_64
48
52
- os : macOS-12
58
62
- os : macOS-12
59
63
version : cp37-macosx_x86_64
60
64
65
+ - os : windows-2022
66
+ version : cp311-win_amd64
67
+ - os : windows-2022
68
+ version : cp311-win32
61
69
- os : windows-2022
62
70
version : cp310-win_amd64
63
71
- os : windows-2022
@@ -105,7 +113,7 @@ jobs:
105
113
rm gssapi-*.tar.gz
106
114
107
115
- name : Build wheel
108
- uses : pypa/cibuildwheel@v2.8 .1
116
+ uses : pypa/cibuildwheel@v2.11 .1
109
117
env :
110
118
CIBW_ARCHS : all
111
119
CIBW_TEST_SKIP : ' *_arm64'
@@ -171,6 +179,7 @@ jobs:
171
179
fail-fast : false
172
180
matrix :
173
181
name :
182
+ - win-py-3.11
174
183
- win-py-3.10
175
184
- win-py-3.9
176
185
- win-py-3.8
@@ -179,6 +188,8 @@ jobs:
179
188
- x64
180
189
- x86
181
190
include :
191
+ - name : win-py-3.11
192
+ pyenv : ' 3.11'
182
193
- name : win-py-3.10
183
194
pyenv : ' 3.10'
184
195
- name : win-py-3.9
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ def gssapi_modules(lst):
274
274
275
275
setup (
276
276
name = 'gssapi' ,
277
- version = '1.8.1 ' ,
277
+ version = '1.8.2 ' ,
278
278
author = 'The Python GSSAPI Team' ,
279
279
author_email = 'jborean93@gmail.com' ,
280
280
packages = ['gssapi' , 'gssapi.raw' , 'gssapi.raw._enum_extensions' ,
@@ -296,6 +296,7 @@ def gssapi_modules(lst):
296
296
'Programming Language :: Python :: 3.8' ,
297
297
'Programming Language :: Python :: 3.9' ,
298
298
'Programming Language :: Python :: 3.10' ,
299
+ 'Programming Language :: Python :: 3.11' ,
299
300
'Intended Audience :: Developers' ,
300
301
'License :: OSI Approved :: ISC License (ISCL)' ,
301
302
'Programming Language :: Python :: Implementation :: CPython' ,
You can’t perform that action at this time.
0 commit comments