Skip to content

Commit

Permalink
Disabled the build for Python 3.10 and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 6, 2024
1 parent 6f62fac commit 95490da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
matrix:
python: [3.9, '3.10', 3.11, 3.12]
sklearn: [1.0.2, 1.1.3, 1.2.2, 1.3.2, 1.4.2, 1.5.2]
exclude:
- python: '3.10'
- python: 3.11
- python: 3.12

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

0 comments on commit 95490da

Please sign in to comment.