4141 - [macos-13, macosx_*, x86_64]
4242 - [windows-2022, win_amd64, AMD64]
4343 - [macos-14, macosx_*, arm64]
44- python : ["cp310 ", "cp311 ", "cp312 ", "cp313 "]
44+ python : ["cp311 ", "cp312 ", "cp313 ", "cp314 "]
4545 defaults :
4646 run :
4747 working-directory : ./package
5151 fetch-depth : 0
5252
5353 - name : Build wheels
54- uses : pypa/cibuildwheel@v2.23 .0
54+ uses : pypa/cibuildwheel@v3.2 .0
5555 with :
5656 package-dir : package
5757 env :
@@ -145,7 +145,7 @@ jobs:
145145 mv dist/mdanalysistests-* testsuite/dist
146146
147147 - name : upload_source_and_wheels
148- uses : pypa/gh-action-pypi-publish@v1.12.4
148+ uses : pypa/gh-action-pypi-publish@v1.13.0
149149 with :
150150 skip_existing : true
151151 repository_url : https://test.pypi.org/legacy/
@@ -174,7 +174,7 @@ jobs:
174174 mv dist/mdanalysistests-* testsuite/dist
175175
176176 - name : upload_tests
177- uses : pypa/gh-action-pypi-publish@v1.12.4
177+ uses : pypa/gh-action-pypi-publish@v1.13.0
178178 with :
179179 packages_dir : testsuite/dist
180180 skip_existing : true
@@ -204,7 +204,7 @@ jobs:
204204 mv dist/mdanalysistests-* testsuite/dist
205205
206206 - name : upload_source_and_wheels
207- uses : pypa/gh-action-pypi-publish@v1.12.4
207+ uses : pypa/gh-action-pypi-publish@v1.13.0
208208
209209 upload_pypi_mdanalysistests :
210210 if : |
@@ -230,7 +230,7 @@ jobs:
230230 mv dist/mdanalysistests-* testsuite/dist
231231
232232 - name : upload_tests
233- uses : pypa/gh-action-pypi-publish@v1.12.4
233+ uses : pypa/gh-action-pypi-publish@v1.13.0
234234 with :
235235 packages_dir : testsuite/dist
236236
@@ -246,14 +246,13 @@ jobs:
246246 fail-fast : false
247247 matrix :
248248 os : [ubuntu-latest, macos-latest, windows-latest]
249- python-version : ["3.10 ", "3.11 ", "3.12 ", "3.13 "]
249+ python-version : ["3.11 ", "3.12 ", "3.13 ", "3.14 "]
250250 type : ["FULL", "MIN"]
251251 exclude :
252252 # Multiple deps don't like windows
253253 - os : windows-latest
254254 type : " FULL"
255- # Chemfiles won't install over py3.13
256- - python-version : " 3.13"
255+ - python-version : " 3.14"
257256 type : " FULL"
258257 env :
259258 MPLBACKEND : agg
0 commit comments