Skip to content

Commit

Permalink
upd: support extended to python version>=3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuccini committed Dec 1, 2022
1 parent cd8c78d commit 3e09b70
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,21 @@ maintainers = [
]
description = "Tools to use IEMAP Rest API"
readme = "README.md"
requires-python = ">=3.10"
license.file = "LICENSE"
requires-python = ">=3.7"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python :: 3.10",
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Utilities"
]
Expand Down

0 comments on commit 3e09b70

Please sign in to comment.