Skip to content

Commit c0e0494

Browse files
committed
removed 3.12 from tested pythons
1 parent 8c17447 commit c0e0494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
platform: [ubuntu-latest, windows-latest, macos-latest] # macos-latest (disabled, see related issue)
28-
python-version: ["3.9", "3.10", "3.11", "3.12"]
28+
python-version: ["3.9", "3.10", "3.11"]
2929

3030
steps:
3131
- uses: actions/checkout@v3
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install dependencies
5353
run: |
5454
python -m pip install --upgrade pip
55-
python -m pip install setuptools distutils tox tox-gh-actions
55+
python -m pip install setuptools tox tox-gh-actions
5656
5757
# this runs the platform-specific tests declared in tox.ini
5858
- name: Test with tox

0 commit comments

Comments
 (0)