Skip to content

Commit

Permalink
dropping python 3.13 support from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhaller001 committed Nov 2, 2024
1 parent 58a247a commit c90589a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ jobs:
- os: ubuntu-latest
python: "3.12"
- os: ubuntu-latest
python: "3.13"
- os: ubuntu-latest
python: "3.13"
python: "3.12"
pip-flags: "--pre"
name: PRE-RELEASE DEPENDENCIES
# - os: ubuntu-latest
# python: "3.13"
# - os: ubuntu-latest
# python: "3.13"
# pip-flags: "--pre"
# name: PRE-RELEASE DEPENDENCIES

name: ${{ matrix.name }} Python ${{ matrix.python }}

Expand Down

0 comments on commit c90589a

Please sign in to comment.