Skip to content

Commit

Permalink
uses Python 3.11.0 for the GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Sep 28, 2023
1 parent e6ac34b commit 23af2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10.2'
python-version: 3.11.0

- name: Install dependencies
run: |
Expand Down

0 comments on commit 23af2a2

Please sign in to comment.