Skip to content

Commit

Permalink
fix python version on CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaostuni committed Jan 5, 2024
1 parent 9e7ee2c commit 0f02284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenario/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ classifiers =

[options]
zip_safe = False
python_requires = >=3.8
python_requires = >=3.10
install_requires =
packaging
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ zip_safe = False
packages = find:
package_dir =
=python
python_requires = >=3.8
python_requires = >=3.10
install_requires =
scenario >= 1.3.2.dev
scenario == 0.1.dev1623
gymnasium >= 0.26.0
numpy
scipy
Expand Down

0 comments on commit 0f02284

Please sign in to comment.