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 7622618 commit 8aa9ea9Copy full SHA for 8aa9ea9
.github/workflows/main.yml
@@ -84,7 +84,7 @@ jobs:
84
os: ubuntu-latest
85
tox_env: "py38-xdist"
86
- name: "ubuntu-py39"
87
- python: "3.9-dev"
+ python: "3.9"
88
89
tox_env: "py39-xdist"
90
- name: "ubuntu-pypy3"
@@ -123,12 +123,6 @@ jobs:
123
fetch-depth: 0
124
- name: Set up Python ${{ matrix.python }}
125
uses: actions/setup-python@v2
126
- if: matrix.python != '3.9-dev'
127
- with:
128
- python-version: ${{ matrix.python }}
129
- - name: Set up Python ${{ matrix.python }} (deadsnakes)
130
- uses: deadsnakes/[email protected]
131
- if: matrix.python == '3.9-dev'
132
with:
133
python-version: ${{ matrix.python }}
134
- name: Install dependencies
0 commit comments