Skip to content

Commit

Permalink
Test py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Sep 5, 2024
1 parent 75972bd commit b12f3eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hypertune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
steps:
- run: |
pip install -U hypertune
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions hypertune/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas
ipython
numpy
scipy<1.11
scikit-learn<1.3
scipy
scikit-learn<1.6
hyperopt<0.2.8

0 comments on commit b12f3eb

Please # to comment.