Changeset b28b769 in trunk
- Timestamp:
- 2023-11-15T18:09:24Z (17 months ago)
- Branches:
- master
- Children:
- bdaf9b5
- Parents:
- 0bd402e
- git-author:
- Itamar Turner-Trauring <itamar@…> (2023-11-15 18:09:17)
- git-committer:
- Itamar Turner-Trauring <itamar@…> (2023-11-15 18:09:24)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .github/workflows/ci.yml ¶
r0bd402e rb28b769 48 48 # On macOS don't bother with 3.8, just to get faster builds. 49 49 - os: macos-12 50 python-version: "3. 9"50 python-version: "3.12" 51 51 - os: macos-12 52 52 python-version: "3.11" … … 56 56 - os: ubuntu-latest 57 57 python-version: "pypy-3.9" 58 - os: ubuntu-latest 59 python-version: "3.12" 58 60 59 61 steps: … … 170 172 include: 171 173 - os: ubuntu-20.04 172 python-version: "3.1 0"174 python-version: "3.12" 173 175 force-foolscap: true 174 176 steps: -
TabularUnified tox.ini ¶
r0bd402e rb28b769 12 12 3.10: py310-coverage 13 13 3.11: py311-coverage 14 3.12: py312-coverage 14 15 pypy-3.8: pypy38 15 16 pypy-3.9: pypy39 … … 19 20 20 21 [tox] 21 envlist = typechecks,codechecks,py{38,39,310,311 }-{coverage},pypy27,pypy38,pypy39,integration22 envlist = typechecks,codechecks,py{38,39,310,311,312}-{coverage},pypy27,pypy38,pypy39,integration 22 23 minversion = 2.4 23 24
Note: See TracChangeset
for help on using the changeset viewer.