Skip to content

Commit

Permalink
version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrvz committed Sep 21, 2024
1 parent 1b7352d commit 9d06eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description=README,
keywords=['metaheuristics', 'hyper-heuristic', 'optimization', 'automatic design', 'global optimization',
'evolutionary computation', 'bio-inspired', 'algorithm design'],
python_requires=">=3.9",
python_requires=">=3.10",
install_requires=(pathlib.Path(__file__).parent / 'requirements.txt').read_text(encoding='utf-8').split('\n'),
extras_require={
"ML": [
Expand Down

0 comments on commit 9d06eaa

Please sign in to comment.