Skip to content

Commit

Permalink
Drop testing Python 3.8, add 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne authored Oct 23, 2024
1 parent 071d056 commit ff6e493
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
matrix:
#os: [macos-latest, windows-latest]
#arch: [auto64]
#build: ["cp{38,39,310,311,312}-*"]
#build: ["cp{39,310,311,312,312}-*"]

include:
- os: ubuntu-latest
arch: auto64
type: manylinux1
build: "cp{38,39}-*"
build: "cp{39}-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1

- os: ubuntu-latest
Expand All @@ -57,16 +57,16 @@ jobs:
- os: ubuntu-latest
arch: auto64
type: manylinux2014
build: "cp311-* cp312-*"
build: "cp311-* cp312-* cp313-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

- os: macos-latest
arch: universal2
build: "cp{38,39,310,311,312}-*"
build: "cp{39,310,311,312,313}-*"

- os: windows-latest
arch: auto64
build: "cp{38,39,310,311,312}-*"
build: "cp{39,310,311,312,313}-*"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, windows-2019, windows-2022]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"],

include:
- os: macos-14
Expand All @@ -149,6 +149,8 @@ jobs:
python: "3.11"
- os: macos-14
python: "3.12"
- os: macos-14
python: "3.13"

steps:
- name: Set up Python
Expand Down

0 comments on commit ff6e493

Please sign in to comment.