We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19eb655 commit e1bb1c3Copy full SHA for e1bb1c3
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: "3.10"
+ python-version: "3.9"
21
22
- name: Install poetry and dependencies
23
run: |
.github/workflows/tests.yml
@@ -16,9 +16,8 @@ jobs:
16
strategy:
fail-fast: true
matrix:
- # python-version: [3.7, 3.8, 3.9]
- python-version: [3.7]
- os: [ubuntu-latest, macos-latest]
+ python-version: [3.7, 3.10]
+ os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
24
- name: Check out repository
0 commit comments