File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ jobs:
100100 - os : macos-latest
101101 python-version : " pypy-3.11"
102102 include :
103- - os : ubuntu-latest
104- python-version : " 3.14t "
103+ - python-version : " 3.14t "
104+ os : ubuntu-latest
105105
106106 steps :
107107 - name : checkout
@@ -259,8 +259,8 @@ jobs:
259259 - os : macos-latest
260260 python-version : " pypy-3.11"
261261 include :
262- - os : ubuntu-latest
263- python-version : " 3.14t "
262+ - python-version : " 3.14t "
263+ os : ubuntu-latest
264264
265265 steps :
266266 - name : checkout
@@ -623,11 +623,9 @@ jobs:
623623 # PyPy wheels shouldn't be uploaded, remove them if present
624624 find dist/ -name "*pypy*" -type f -delete || true
625625 find dist/ -name "*none-any*" -type f -delete || true
626- # Wheels for the no -yet-supported future Python version need to go
626+ # Wheels for the not -yet-supported future Python version need to go
627627 find dist/ -name "*3.15*" -type f -delete || true
628628 find dist/ -name "*cp315*" -type f -delete || true
629- # Free-threaded wheels are not published separately
630- find dist/ -name "*cp314t*" -type f -delete || true
631629 # For Linux, we only want the manylinux wheels
632630 find dist/ -name "*linux_x86_64*" -type f -delete || true
633631
Original file line number Diff line number Diff line change 2828log /
2929parts /
3030pyvenv.cfg
31+ share /
3132testing.log
3233var /
Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/c-code
33[meta ]
44template = " c-code"
5- commit-id = " f62d8bab "
5+ commit-id = " 2dc4f53b "
66
77[python ]
88with-pypy = true
@@ -11,6 +11,7 @@ with-windows = true
1111with-future-python = true
1212with-docs = true
1313with-macos = false
14+ with-free-threaded-python = true
1415
1516[tox ]
1617use-flake8 = true
Original file line number Diff line number Diff line change 1212 - id : autopep8
1313 args : [--in-place, --aggressive, --aggressive]
1414 - repo : https://github.com/asottile/pyupgrade
15- rev : v3.21.0
15+ rev : v3.21.2
1616 hooks :
1717 - id : pyupgrade
1818 args : [--py310-plus]
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ envlist =
1111 py313,py313-pure
1212 py314,py314-pure
1313 py315,py315-pure
14+ py314t,py314t-pure
1415 pypy3
1516 docs
1617 coverage
You can’t perform that action at this time.
0 commit comments