Skip to content

Commit

Permalink
ci: Add Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG authored and pacrob committed Jan 25, 2024
1 parent 3b9251b commit 3585a14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: rust-toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -58,7 +58,7 @@ jobs:
command: test

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -81,7 +81,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: rust-toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -93,7 +93,7 @@ jobs:
command: test

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 3585a14

Please sign in to comment.