Skip to content

Commit

Permalink
Merge pull request #4608 from freelawproject/autoupdate_flp_deps_to_p…
Browse files Browse the repository at this point in the history
…y3.13

fix(github.actions): set python version to >= 3.13
  • Loading branch information
mlissner authored Oct 21, 2024
2 parents d1fc891 + cb29b91 commit 01d14b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flp-dependencies-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '>= 3.13'

- name: Install Poetry
run: |
Expand Down

0 comments on commit 01d14b2

Please sign in to comment.