We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34c266d + 6b2ec6a commit 5a8dce3Copy full SHA for 5a8dce3
1 file changed
.github/workflows/python.yml
@@ -16,10 +16,13 @@ jobs:
16
17
matrix:
18
# Python version(s) to use when running the tests
19
+ # # https://github.com/actions/python-versions/blob/main/versions-manifest.json
20
python:
21
- "3.6"
22
+ - "3.7"
23
- "3.8"
- - "3.9-dev"
24
+ - "3.9"
25
+ - "3.10.0-alpha.5"
26
27
# Docker images of MySQL-compliant databases to run the tests suite on
28
database:
@@ -38,7 +41,7 @@ jobs:
38
41
steps:
39
42
- uses: actions/checkout@v2
40
43
- name: Set up Python
- uses: actions/setup-python@v1
44
+ uses: actions/setup-python@v2
45
with:
46
python-version: ${{ matrix.python }}
47
0 commit comments