Skip to content

Commit

Permalink
Bump up python to 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Nov 5, 2023
1 parent bfc38eb commit e4dd6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions panedr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@ classifiers = [
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
urls = {Homepage = "https://github.com/MDAnalysis/panedr"}
requires-python = ">= 3.6"
requires-python = ">= 3.9"
dependencies = [
"pyedr",
"pandas",
Expand Down
5 changes: 1 addition & 4 deletions pyedr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@ classifiers = [
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
urls = {Homepage = "https://github.com/MDAnalysis/panedr"}
requires-python = ">= 3.6"
requires-python = ">= 3.9"
dependencies = [
"numpy",
"tqdm",
Expand Down

0 comments on commit e4dd6d6

Please sign in to comment.