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.10
13+ name : Python 3.11
1414
1515 steps :
1616 - uses : actions/checkout@v2
1717
1818 - name : Setup Python
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v5
2020 with :
21- python-version : " 3.10 "
21+ python-version : " 3.11 "
2222 architecture : x64
2323
2424 - name : Install test dependencies
8787 - uses : actions/checkout@v2
8888
8989 - name : Setup Python
90- uses : actions/setup-python@v2
90+ uses : actions/setup-python@v5
9191 with :
92- python-version : " 3.10 "
92+ python-version : " 3.11 "
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@v2.1.3
111+ uses : joerick/cibuildwheel@v2.11.2
112112
113113 - uses : actions/upload-artifact@v2
114114 with :
Original file line number Diff line number Diff line change 9191 'Programming Language :: Python :: 3.7' ,
9292 'Programming Language :: Python :: 3.8' ,
9393 'Programming Language :: Python :: 3.9' ,
94- 'Programming Language :: Python :: 3.10'
94+ 'Programming Language :: Python :: 3.10' ,
95+ 'Programming Language :: Python :: 3.11'
9596 ],
9697 ext_modules = ext_modules ,
9798 packages = packages ,
You can’t perform that action at this time.
0 commit comments