Skip to content

Commit c87a7ab

Browse files
authored
Use python 3.10.0-rc.1
And update pip hoping to fix pypa/pip#10252
1 parent ddfc782 commit c87a7ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- "3.7"
2222
- "3.8"
2323
- "3.9"
24-
- "3.10.0-alpha.5"
24+
- "3.10.0-rc.1"
2525

2626
# Docker images of MySQL-compliant databases to run the tests suite on
2727
database:
@@ -60,6 +60,7 @@ jobs:
6060
6161
- name: Install dependencies
6262
run: |
63+
python -m pip install –upgrade pip
6364
pip install wheel
6465
make install
6566

0 commit comments

Comments
 (0)