Skip to content

Commit 2e63f9d

Browse files
committed
Upgrade to python3.11 in CI
1 parent de1765a commit 2e63f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-python@v2
99
with:
10-
python-version: '3.10'
10+
python-version: '3.11'
1111
- name: Install dependencies
1212
run: |
1313
pip install poetry

0 commit comments

Comments
 (0)