Skip to content

Commit

Permalink
Use python 3.11 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Oct 27, 2023
1 parent fdd113b commit 4ef4dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3'
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4ef4dee

Please sign in to comment.