Skip to content

Commit

Permalink
build: Check consistencies with Python 3.11 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed May 17, 2024
1 parent 8fb41a9 commit 49606e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-consistent-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-python@v4
if: ${{ env.RELEVANT == 'true' }}
with:
python-version: '3.8'
python-version: '3.11'

- name: "Recompile requirements"
if: ${{ env.RELEVANT == 'true' }}
Expand Down

0 comments on commit 49606e8

Please sign in to comment.