Skip to content

Commit

Permalink
py313 full
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Oct 7, 2024
1 parent c71dfe8 commit 81299c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = []
all_extras = ["numpy", "pandas"]

dev = [
'scikit-learn>=0.24.0; python_version < "3.13" or sys_platform != "win32"', # todo 0.11.0 - check if windows 3.13 works, if yes, remove markers
'scikit-learn>=0.24.0W
"pre-commit",
"pytest",
"pytest-cov"
Expand Down Expand Up @@ -87,7 +87,7 @@ test = [
"numpy",
"scipy",
"pandas",
'scikit-learn>=0.24.0; python_version < "3.13" or sys_platform != "win32"', # todo 0.11.0 - check if windows 3.13 works, if yes, remove markers
'scikit-learn>=0.24.0
]

[project.urls]
Expand Down

0 comments on commit 81299c6

Please sign in to comment.