Skip to content

Commit

Permalink
remove python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Nov 3, 2024
1 parent 25ebb81 commit aca8c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
test:
strategy:
matrix:
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
# macos-13 is amd64, macos-14 is arm64
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
exclude:
Expand Down

0 comments on commit aca8c9f

Please sign in to comment.