Skip to content

Commit 72ac187

Browse files
ci(py-versions): remove versions not needed
1 parent 1914496 commit 72ac187

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
python-version: ["3.9", "3.10", "3.11"]
1512

1613
steps:
1714
- uses: actions/checkout@v4
1815

19-
- name: Set up Python ${{ matrix.python-version }}
16+
- name: Set up Python 3.10
2017
uses: actions/setup-python@v5
2118
with:
22-
python-version: ${{ matrix.python-version }}
19+
python-version: "3.10"
2320
cache: "pip"
2421

2522
- name: Install dependencies

0 commit comments

Comments
 (0)