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 0de6d92 commit d4215c4Copy full SHA for d4215c4
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
include:
21
- 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.6.
+ # This unclude can be removed when we drop support for Python 3.9.
24
- os: "ubuntu-20.04"
25
python-version: "3.9"
26
steps:
0 commit comments