Skip to content

Commit fdca75a

Browse files
committed
"3.10" to avoid truncation of 3.10 to 3.1
1 parent cba238f commit fdca75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
major: 3
8585
- name: CPython 3.10
8686
tox: py310
87-
action: 3.10
88-
docker: 3.10
87+
action: "3.10"
88+
docker: "3.10"
8989
implementation: cpython
9090
major: 3
9191
- name: PyPy 2.7

0 commit comments

Comments
 (0)