Skip to content

Commit

Permalink
Build: Update some tool versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 28, 2024
1 parent 81dd133 commit 91c4efc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
sdist:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -36,13 +36,13 @@ jobs:
fail-fast: false

matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]

include:
- python-version: "3.13-dev"
- python-version: "3.14-dev"
allowed_failure: true

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -111,6 +111,8 @@ jobs:
pyversion: "cp311"
- image: manylinux_2_28_aarch64
pyversion: "cp312"
- image: manylinux_2_28_aarch64
pyversion: "cp313"

runs-on: ubuntu-latest

Expand Down Expand Up @@ -154,11 +156,11 @@ jobs:
matrix:
#os: [macos-10.15, windows-latest]
#os: [macos-10.15, macOS-M1]
os: [macos-11.0, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
os: [macos-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]

include:
- python-version: "3.13-dev"
- python-version: "3.14-dev"
allowed_failure: true

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.x"

Expand Down

0 comments on commit 91c4efc

Please sign in to comment.