Skip to content

Commit 7c5b300

Browse files
committed
Keep it simple and use 3.10
Signed-off-by: M Q <[email protected]>
1 parent e9c0fc1 commit 7c5b300

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ on:
1212
jobs:
1313
test:
1414
runs-on: ubuntu-latest
15-
strategy:
16-
matrix:
17-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
1815
steps:
1916
- uses: actions/checkout@v2
20-
- name: Set up Python ${{ matrix.python-version }}
17+
- name: Set up Python 3.10
2118
uses: actions/setup-python@v2
2219
with:
23-
python-version: ${{ matrix.python-version }}
20+
python-version: "3.10"
2421
- name: Setup Dev Environment
2522
run: |
2623
pip install virtualenv

0 commit comments

Comments
 (0)