Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7892:3f55b5e33a60
chore: add 3.13-alpha to CI and make 3.12 failures fail the build
Also a 3.13* failure doesn't fail the build.
Not sure if I have the right spec to pull in 3.13. We shall see.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 20 Apr 2024 13:29:45 -0400 |
| parents | 3de80157606c |
| children | ff5cadffa8f0 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Apr 20 12:42:49 2024 -0400 +++ b/.github/workflows/ci-test.yml Sat Apr 20 13:29:45 2024 -0400 @@ -57,6 +57,7 @@ - "3.8" # - "3.7" - "3.11" + - "3.12" # use for multiple os or ubuntu versions #os: [ubuntu-latest, macos-latest, windows-latest] @@ -68,7 +69,7 @@ include: # example: if 3.12 fails the jobs still succeeds - - python-version: 3.12 + - python-version: 3.13-alpha os: ubuntu-22.04 experimental: true @@ -104,7 +105,7 @@ # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }} - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ matrix.python-version }} allow-prereleases: true
