Skip to content

Commit

Permalink
Python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Oct 31, 2024
1 parent b6f2067 commit 6f2cd3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
GITHUB_EVENT_NAME: ${{ github.event_name }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
python: "3.10"
python: "3.12"
- os: ubuntu-latest
python: "3.10"
python: "3.12"
pip-flags: "--pre"
timeout-minutes: 15

Expand Down

0 comments on commit 6f2cd3a

Please sign in to comment.