Skip to content

Commit c75d709

Browse files
Update test.yml
removing the python 3.6 and ubuntu special cases
1 parent d4215c4 commit c75d709

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
- 3.9
2020
include:
2121
- os: "ubuntu-latest"
22-
# There is no build for Python 3.9 in ubuntu>20.04.
23-
# This unclude can be removed when we drop support for Python 3.9.
24-
- os: "ubuntu-20.04"
25-
python-version: "3.9"
2622
steps:
2723
- uses: actions/checkout@v2
2824
with:

0 commit comments

Comments
 (0)