Skip to content

Commit 8aa9ea9

Browse files
committed
ci: test on Python 3.9 final
1 parent 7622618 commit 8aa9ea9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
os: ubuntu-latest
8585
tox_env: "py38-xdist"
8686
- name: "ubuntu-py39"
87-
python: "3.9-dev"
87+
python: "3.9"
8888
os: ubuntu-latest
8989
tox_env: "py39-xdist"
9090
- name: "ubuntu-pypy3"
@@ -123,12 +123,6 @@ jobs:
123123
fetch-depth: 0
124124
- name: Set up Python ${{ matrix.python }}
125125
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'
132126
with:
133127
python-version: ${{ matrix.python }}
134128
- name: Install dependencies

0 commit comments

Comments
 (0)