Skip to content

Commit

Permalink
feat: better support python 3.14.0 alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Nov 25, 2024
1 parent bf6363d commit 2918793
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13']
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13', '3.14.0-alpha.2']
os: [
ubuntu-latest,
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/checkout@v4.1.7
Expand Down

0 comments on commit 2918793

Please sign in to comment.