We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8e3ce commit 4c73ba2Copy full SHA for 4c73ba2
.github/workflows/poetry-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-python@v1
13
with:
14
- python-version: [3.9, 3.11]
+ python-version: '3.9'
15
architecture: x64
16
- name: Install dependencies
17
run: |
0 commit comments