Skip to content

Commit

Permalink
Merge pull request #136 from rodrigo-arenas/0.10.2dev0
Browse files Browse the repository at this point in the history
Update dependencies and add python 3.11
  • Loading branch information
rodrigo-arenas committed Jul 21, 2023
2 parents 62a4f12 + 9161a55 commit 7e62418
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10']
python-version: [ '3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -40,4 +40,5 @@ jobs:
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
scikit-learn>=1.1.0
deap>=1.3.3
numpy>=1.19.0
pytest==7.1.1
codecov==2.1.11
pytest-cov==3.0.0
pytest==7.4.0
codecov==2.1.13
pytest-cov==4.1.0
twine==3.3.0
seaborn>=0.11.2
mlflow>=1.30.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
project_urls={
"Documentation": "https://sklearn-genetic-opt.readthedocs.io/en/stable/",
Expand Down
2 changes: 1 addition & 1 deletion sklearn_genetic/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.1"
__version__ = "0.10.2dev0"

0 comments on commit 7e62418

Please sign in to comment.