Skip to content

Commit

Permalink
Drop Python 3.12 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Aug 10, 2023
1 parent 48eda28 commit 231216a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- platform: ubuntu-latest
python-version: "3.11"
py: py311
- platform: ubuntu-latest
python-version: 3.12.0-beta.4
py: py312
- platform: macos-latest
python-version: 3.7
py: py37
Expand All @@ -58,18 +55,12 @@ jobs:
- platform: macos-latest
python-version: "3.11"
py: py311
- platform: macos-latest
python-version: 3.12.0-beta.4
py: py312
- platform: windows-latest
python-version: 3.8
py: py38
- platform: windows-latest
python-version: "3.11"
py: py311
- platform: windows-latest
python-version: 3.12.0-beta.4
py: py312
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 231216a

Please sign in to comment.