Skip to content

Commit

Permalink
MAINT: cycled minimum python version
Browse files Browse the repository at this point in the history
Updated the minimum Python version to 3.9.
  • Loading branch information
aburrell committed Sep 17, 2024
1 parent c49fb0a commit dbb711a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "PACKAGENAME"
version = "0.0.1"
description = 'pysat support for DATA OR ANALYSIS'
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.9"
license = {file = "LICENSE"}
authors = [
{name = "AUTHOR", email = "[email protected]"}
Expand All @@ -21,7 +21,7 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit dbb711a

Please sign in to comment.