Skip to content

Commit

Permalink
test re-adding python 3.11
Browse files Browse the repository at this point in the history
PyO3/maturin#1560 has been merged, let's see if github action is using updated docker image
  • Loading branch information
MartinoMensio committed Apr 5, 2023
1 parent 85d6b51 commit f947b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
platform:
- target: x86_64-unknown-linux-musl
arch: x86_64
interpreter: 3.7 3.8 3.9 3.10 pypy3.8 pypy3.9
interpreter: 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
- target: i686-unknown-linux-musl
arch: x86
interpreter: 3.7 3.8 3.9 3.10 pypy3.8 pypy3.9
interpreter: 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9
# all values: [x86_64, x86, aarch64, armhf, armv7, ppc64le, riscv64, s390x]
# { target: "aarch64-unknown-linux-musl", arch: "aarch64" },
# { target: "armv7-unknown-linux-musleabihf", image_tag: "armv7" },
Expand Down

0 comments on commit f947b11

Please sign in to comment.