Skip to content

Commit f74b911

Browse files
committed
Update
1 parent 4567367 commit f74b911

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [windows-latest, ubuntu-latest, macos-latest]
12-
python-version: ['3.11', '3.12']
12+
python-version: ['3.10']
1313

1414
steps:
1515
- uses: actions/checkout@v2
@@ -18,11 +18,6 @@ jobs:
1818
uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
22-
- name: Ensure distutils is available
23-
run: |
24-
python -m ensurepip --upgrade
25-
python -m pip install --upgrade setuptools wheel
2621

2722
- name: Run test.py in develop mode
2823
run: |

0 commit comments

Comments
 (0)