Skip to content

Commit

Permalink
3.13-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Jul 28, 2024
1 parent 54053cd commit d67d6a9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
matrix:
platform:
- target: x64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
interpreter: 3.9 3.10 3.11 3.12 3.13-dev pypy3.8 pypy3.9 pypy3.10
- target: aarch64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
interpreter: 3.9 3.10 3.11 3.12 3.13-dev pypy3.8 pypy3.9 pypy3.10
- target: armv7
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
interpreter: 3.9 3.10 3.11 3.12 3.13-dev pypy3.8 pypy3.9 pypy3.10
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -86,13 +86,13 @@ jobs:
platform:
- target: x86_64-unknown-linux-musl
arch: x86_64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
interpreter: 3.9 3.10 3.11 3.12 3.13-dev pypy3.8 pypy3.9 pypy3.10
- target: i686-unknown-linux-musl
arch: x86
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
interpreter: 3.9 3.10 3.11 3.12 3.13-dev pypy3.8 pypy3.9 pypy3.10
- target: aarch64-unknown-linux-musl
arch: aarch64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
interpreter: 3.9 3.10 3.11 3.12 3.13-dev pypy3.8 pypy3.9 pypy3.10
# all values: [x86_64, x86, aarch64, armhf, armv7, ppc64le, riscv64, s390x]
# { target: "armv7-unknown-linux-musleabihf", image_tag: "armv7" },
# { target: "powerpc64le-unknown-linux-musl", image_tag: "ppc64le" },
Expand Down Expand Up @@ -122,9 +122,9 @@ jobs:
matrix:
platform:
- target: x64
interpreter: 3.9 3.10 3.11 3.12 3.13
interpreter: 3.9 3.10 3.11 3.12 3.13-dev
- target: x86
interpreter: 3.9 3.10 3.11 3.12 3.13
interpreter: 3.9 3.10 3.11 3.12 3.13-dev
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -148,9 +148,9 @@ jobs:
matrix:
platform:
- target: x64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9
interpreter: 3.9 3.10 3.11 3.12 3.13-dev pypy3.8 pypy3.9
- target: aarch64
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9
interpreter: 3.9 3.10 3.11 3.12 3.13-dev pypy3.8 pypy3.9
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d67d6a9

Please sign in to comment.