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 25cf001 commit fb010e7Copy full SHA for fb010e7
.github/workflows/linters.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- python-version: ["3.9"]
+ python-version: ["3.10"]
20
steps:
21
- uses: actions/checkout@main
22
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/publish-to-pypi.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@main
with:
- python-version: "3.9"
+ python-version: "3.10"
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
0 commit comments