Skip to content

Commit

Permalink
Exclude python3.13 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Nov 21, 2024
1 parent cccb496 commit cf9391f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
- os: ubuntu-latest
python-version: "3.13"
# - os: ubuntu-latest
# python-version: "3.13"
# python3.13: disabled until tensorflow supports

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cf9391f

Please sign in to comment.