We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5ed77 commit f481935Copy full SHA for f481935
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up python
11
uses: actions/setup-python@v4
12
with:
13
- python-version: 3.9
+ python-version: 3.10
14
- name: Bootstrap poetry
15
uses: snok/install-poetry@v1
16
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
run: |
58
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
0 commit comments