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 60755d3 commit 86e8131Copy full SHA for 86e8131
.github/workflows/test.yml
@@ -7,17 +7,17 @@ on:
7
8
jobs:
9
test:
10
+ runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
# python <3.4 is not available for python-version on linux, but the repo tests do work at the time of this comment
- python-version: ["3.4.10", "3.13.5", "3.14-dev"]
14
+ python-version: ["3.6.15", "3.13.5", "3.14-dev"]
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python-version }}
- allow-prereleases: true
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
0 commit comments