Commit 45b94b7
committed
Use Python 3.8.5
The GitHub Actions actions/setup-python action no longer offers Python 3.8.3 so it's necessary to update the CI workflow to use Python 3.8.5. It makes sense to use the same Python version for running the action as is used for testing the action, so I also updated the Docker image to python:3.8.5.1 parent 0b3d88b commit 45b94b7
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments