Skip to content

Commit

Permalink
Increase python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Apr 19, 2024
1 parent 37a137b commit c76fdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
],
python_requires=">=3.6",
python_requires=">=3.9",
package_data={"": ["gaussian/data/*.bib", "lammps/data/*.json"]},
)

0 comments on commit c76fdf0

Please sign in to comment.