Skip to content

Commit

Permalink
feat: try python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Sep 4, 2024
1 parent bd5ef65 commit ae38d5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
windows-latest,
macos-latest,
]
include:
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
- python-version: '3.14.0-alpha.0'
os: ubuntu-latest
exclude:
# Exclude other OSes with Python 3.14.0-alpha.0
- python-version: '3.14.0-alpha.0'
os: windows-latest
- python-version: '3.14.0-alpha.0'
os: macos-latest

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit ae38d5d

Please sign in to comment.