Changeset b28b769 in trunk


Ignore:
Timestamp:
2023-11-15T18:09:24Z (17 months ago)
Author:
Itamar Turner-Trauring <itamar@…>
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)
Message:

Add some coverage for 3.12

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified .github/workflows/ci.yml

    r0bd402e rb28b769  
    4848          # On macOS don't bother with 3.8, just to get faster builds.
    4949          - os: macos-12
    50             python-version: "3.9"
     50            python-version: "3.12"
    5151          - os: macos-12
    5252            python-version: "3.11"
     
    5656          - os: ubuntu-latest
    5757            python-version: "pypy-3.9"
     58          - os: ubuntu-latest
     59            python-version: "3.12"
    5860
    5961    steps:
     
    170172        include:
    171173          - os: ubuntu-20.04
    172             python-version: "3.10"
     174            python-version: "3.12"
    173175            force-foolscap: true
    174176    steps:
  • TabularUnified tox.ini

    r0bd402e rb28b769  
    1212    3.10: py310-coverage
    1313    3.11: py311-coverage
     14    3.12: py312-coverage
    1415    pypy-3.8: pypy38
    1516    pypy-3.9: pypy39
     
    1920
    2021[tox]
    21 envlist = typechecks,codechecks,py{38,39,310,311}-{coverage},pypy27,pypy38,pypy39,integration
     22envlist = typechecks,codechecks,py{38,39,310,311,312}-{coverage},pypy27,pypy38,pypy39,integration
    2223minversion = 2.4
    2324
Note: See TracChangeset for help on using the changeset viewer.