Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrvz committed Sep 21, 2024
1 parent 7427855 commit 2b79677
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.10"]
python-version: ["3.9"]

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.10",
python_requires=">=3.9",
install_requires=(pathlib.Path(__file__).parent / 'requirements.txt').read_text(encoding='utf-8').split('\n'),
extras_require={
"ML": [
Expand Down

0 comments on commit 2b79677

Please sign in to comment.