Skip to content

Commit

Permalink
Change the Python version for a one valid with Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Jun 1, 2024
1 parent e817102 commit dbf95cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11.0"
python-version: "3.11.9"
- run: just setup
- run: just check

0 comments on commit dbf95cb

Please sign in to comment.