Skip to content

Commit c6971af

Browse files
CI
1 parent 1725351 commit c6971af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# You can use PyPy versions in python-version.
2424
# For example, pypy2 and pypy3
2525
matrix:
26-
python-version: [ 3.9 ]
26+
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)