File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 sdist :
1111 runs-on : ubuntu-latest
1212
13- name : Python 3.9
13+ name : Python 3.10
1414
1515 steps :
1616 - uses : actions/checkout@v2
1717
1818 - name : Setup Python
1919 uses : actions/setup-python@v2
2020 with :
21- python-version : " 3.9 "
21+ python-version : " 3.10 "
2222 architecture : x64
2323
2424 - name : Install test dependencies
8989 - name : Setup Python
9090 uses : actions/setup-python@v2
9191 with :
92- python-version : " 3.9 "
92+ python-version : " 3.10 "
9393 architecture : ${{ matrix.architecture }}
9494
9595 - name : Set up QEMU
@@ -108,7 +108,7 @@ jobs:
108108 python -m pip install delvewheel==0.0.9
109109
110110 - name : Build wheels
111- uses : joerick/cibuildwheel@v1.12.0
111+ uses : joerick/cibuildwheel@v2.1.3
112112
113113 - uses : actions/upload-artifact@v2
114114 with :
Original file line number Diff line number Diff line change 9090 'Programming Language :: Python :: 3.6' ,
9191 'Programming Language :: Python :: 3.7' ,
9292 'Programming Language :: Python :: 3.8' ,
93- 'Programming Language :: Python :: 3.9'
93+ 'Programming Language :: Python :: 3.9' ,
94+ 'Programming Language :: Python :: 3.10'
9495 ],
9596 ext_modules = ext_modules ,
9697 packages = packages ,
You can’t perform that action at this time.
0 commit comments