Skip to content

Commit 5a8dce3

Browse files
authored
Merge pull request #227 from macbre/python-3.10
python.yml - test with Python 3.10.0-alpha.5
2 parents 34c266d + 6b2ec6a commit 5a8dce3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616

1717
matrix:
1818
# Python version(s) to use when running the tests
19+
# # https://github.com/actions/python-versions/blob/main/versions-manifest.json
1920
python:
2021
- "3.6"
22+
- "3.7"
2123
- "3.8"
22-
- "3.9-dev"
24+
- "3.9"
25+
- "3.10.0-alpha.5"
2326

2427
# Docker images of MySQL-compliant databases to run the tests suite on
2528
database:
@@ -38,7 +41,7 @@ jobs:
3841
steps:
3942
- uses: actions/checkout@v2
4043
- name: Set up Python
41-
uses: actions/setup-python@v1
44+
uses: actions/setup-python@v2
4245
with:
4346
python-version: ${{ matrix.python }}
4447

0 commit comments

Comments
 (0)