Skip to content

Commit

Permalink
update actions for more recent python
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhallam committed Jun 27, 2023
1 parent 2fd8658 commit daa86bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
strategy:
matrix:
os: [Ubuntu]
python-version: [3.7, 3.9]
python-version: [3.11.4]
experimental: [false]
bootstrap-args: [""]
include:
- os: Ubuntu
python-version: "3.10.0-alpha - 3.10.0"
python-version: "3.11.4"
experimental: true
bootstrap-args: "--git https://github.com/python-poetry/poetry.git"
fail-fast: false
Expand Down

0 comments on commit daa86bf

Please sign in to comment.