Skip to content

Commit af623bd

Browse files
committed
Limit CI to Python 3.10
1 parent 7c1331f commit af623bd

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/python.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
python-version: ["3.10", "3.11", "3.12"]
12-
138
steps:
149
- uses: actions/checkout@v4
15-
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v5
10+
- uses: actions/setup-python@v5
1711
with:
18-
python-version: ${{ matrix.python-version }}
12+
python-version: "3.10"
1913
- name: Install dependencies
2014
run: |
2115
python -m pip install --upgrade pip setuptools wheel poetry

0 commit comments

Comments
 (0)