Skip to content

Commit

Permalink
change required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasFreyermuth committed Dec 2, 2022
1 parent 3f0fc13 commit c591f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author='Tobias Freyermuth',
author_email='Tobias.Freyermuth@posteo.net',
license='MIT',
python_requires='>=3.10',
python_requires='>=3.7',
install_requires=[
'lxml>=4.0.0'
],
Expand All @@ -23,7 +23,7 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.7'
],
py_modules=['TwinCAT3_plc_files_to_src'],
package_dir={'': 'src'},
Expand Down

0 comments on commit c591f58

Please sign in to comment.