Skip to content

Commit 88c1725

Browse files
committed
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]
1 parent 4e28daf commit 88c1725

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- "3.8"
5858
# - "3.7"
5959
- "3.11"
60+
- "3.12"
6061

6162
# use for multiple os or ubuntu versions
6263
#os: [ubuntu-latest, macos-latest, windows-latest]
@@ -68,7 +69,7 @@ jobs:
6869

6970
include:
7071
# example: if 3.12 fails the jobs still succeeds
71-
- python-version: 3.12
72+
- python-version: 3.13-alpha
7273
os: ubuntu-22.04
7374
experimental: true
7475

@@ -104,7 +105,7 @@ jobs:
104105

105106
# Setup version of Python to use
106107
- name: Set Up Python ${{ matrix.python-version }}
107-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
108+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
108109
with:
109110
python-version: ${{ matrix.python-version }}
110111
allow-prereleases: true

0 commit comments

Comments
 (0)