Skip to content

Commit

Permalink
revert 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matin authored Sep 23, 2023
1 parent 7e7da92 commit 899b726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: ['3.9', '3.10', '3.11', '3.12.0-rc.3']
python-version: ['3.9', '3.10', '3.11']

env:
PYTHON: ${{ matrix.python-version }}
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
allow-python-prereleases: true
cache: true

- name: install
run: |
Expand Down

0 comments on commit 899b726

Please sign in to comment.