Skip to content

Commit d4215c4

Browse files
fixing typo
1 parent 0de6d92 commit d4215c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
- os: "ubuntu-latest"
2222
# 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.
23+
# This unclude can be removed when we drop support for Python 3.9.
2424
- os: "ubuntu-20.04"
2525
python-version: "3.9"
2626
steps:

0 commit comments

Comments
 (0)