Skip to content

Commit 86e8131

Browse files
committed
Update test.yml
1 parent 60755d3 commit 86e8131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ on:
77

88
jobs:
99
test:
10+
runs-on: ubuntu-22.04
1011
strategy:
1112
matrix:
1213
# python <3.4 is not available for python-version on linux, but the repo tests do work at the time of this comment
13-
python-version: ["3.4.10", "3.13.5", "3.14-dev"]
14+
python-version: ["3.6.15", "3.13.5", "3.14-dev"]
1415
steps:
1516
- uses: actions/checkout@v4
1617
- name: Set up Python ${{ matrix.python-version }}
1718
uses: actions/setup-python@v5
1819
with:
1920
python-version: ${{ matrix.python-version }}
20-
allow-prereleases: true
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)