Skip to content

Commit

Permalink
Updating minimum Python version to 3.9.0 (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Raymond <[email protected]>
Co-authored-by: Adarsh Pyarelal <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2023
1 parent f1f3c15 commit 3694f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- openssl=1.1.1i=h2bbff1b_0
- pip=20.3.3=py37haa95532_0
- pygraphviz=1.5=py37_0
- python=3.7.9=h60c2a47_0
- python=3.9.0=h6244533_2
- scipy=1.5.2=py37h9439919_0
- setuptools=51.0.0=py37haa95532_2
- six=1.15.0=py37haa95532_0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
keywords="assembling models from software",
packages=find_packages(),
Expand Down Expand Up @@ -85,7 +85,7 @@
"fastparquet"
],
extras_require=EXTRAS_REQUIRE,
python_requires=">=3.8",
python_requires=">=3.9",
entry_points={
"console_scripts": [
"codex = automates.apps.CodeExplorer.app:main",
Expand Down

0 comments on commit 3694f33

Please sign in to comment.