We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70b74b commit bcccf80Copy full SHA for bcccf80
1 file changed
.github/workflows/run-tests.yml
@@ -100,10 +100,10 @@ jobs:
100
runs-on: [ubuntu-latest]
101
steps:
102
- uses: actions/checkout@v2
103
- - name: Setup Python 3.8
+ - name: Setup Python 3.10
104
uses: actions/setup-python@v2
105
with:
106
- python-version: "3.8"
+ python-version: "3.10"
107
- name: Display Python version
108
run: python -c "import sys; print(sys.version)"
109
- name: Install dependencies
0 commit comments