Skip to content

Commit

Permalink
downgrade python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Nov 28, 2023
1 parent 2b8d6a3 commit 09b61d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [ '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 09b61d2

Please sign in to comment.