Skip to content

Commit

Permalink
Bump Python and Poetry versions (#7)
Browse files Browse the repository at this point in the history
As part of our general move to Python ≥ `3.10`.
  • Loading branch information
jesse-c authored Sep 9, 2024
1 parent 56a27b7 commit 3c3ec3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
inputs:
python-version:
required: false
default: "3.9"
default: "3.10"
type: string
poetry-version:
required: false
default: 1.7.1
default: 1.8.3
type: string

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-precommit-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
inputs:
python-version:
required: false
default: "3.9"
default: "3.10"
type: string
poetry-version:
required: false
default: 1.7.1
default: 1.8.3
type: string

jobs:
Expand Down

0 comments on commit 3c3ec3e

Please sign in to comment.