We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12375f4 commit de27e28Copy full SHA for de27e28
.github/workflows/build.yml
@@ -39,11 +39,11 @@ jobs:
39
- "ubuntu-22.04"
40
- "windows-2022"
41
wheel-selector:
42
- - "cp37-*"
43
- "cp38-*"
44
- "cp39-*"
45
- "cp310-*"
46
- "cp311-*"
+ - "cp312-*"
47
- "pp37-*"
48
- "pp38-*"
49
- "pp39-*"
@@ -57,7 +57,7 @@ jobs:
57
fetch-depth: 0
58
59
- name: Build wheels
60
- uses: pypa/cibuildwheel@v2.11.3
+ uses: pypa/cibuildwheel@v2.16.2
61
with:
62
output-dir: wheelhouse
63
env:
setup.cfg
@@ -8,7 +8,7 @@ author_email = zooko@zooko.com
8
home_page = https://tahoe-lafs.org/trac/zfec
9
license = GPL-2+
10
python_requires =
11
- >=3.7, <3.11
+ >=3.8, <3.13
12
classifier =
13
Development Status :: 5 - Production/Stable
14
Environment :: Console
0 commit comments