Skip to content

Commit

Permalink
ci: Add experimental Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Oct 31, 2023
1 parent 14b76c4 commit e7df772
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
- python-version: "3.6"
toxenv: lowest-supported
experimental: false
- python-version: "3.13-dev"
toxenv: py3
experimental: true
name: unittest / ${{ matrix.toxenv }} / python ${{matrix.python-version}}
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Fetch all tags for tools/read-version
fetch-depth: 0
Expand All @@ -34,6 +37,4 @@ jobs:
- name: Install tox
run: pip install tox
- name: Run unittest
env:
PYTEST_ADDOPTS: -v
run: tox -e ${{ matrix.toxenv }}

0 comments on commit e7df772

Please sign in to comment.