We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d930e8 commit e2f2a8dCopy full SHA for e2f2a8d
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup python
13
uses: actions/setup-python@v1
14
with:
15
- python-version: '3.10.19'
+ python-version: '3.10.20'
16
architecture: x64
17
- name: Install dependencies
18
run: pip install -r dev-requirements.txt
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- python: [3.10.19 ]
+ python: [3.10.20 ]
26
os: [ubuntu-20.04]
27
name: Test on Python ${{ matrix.python }}
28
steps:
0 commit comments