Skip to content

Commit

Permalink
Upgrade to python3.11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Nov 29, 2023
1 parent de1765a commit 2e63f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |
pip install poetry
Expand Down

0 comments on commit 2e63f9d

Please sign in to comment.