Skip to content

Commit

Permalink
MAINT: updated the python version
Browse files Browse the repository at this point in the history
Updated the supported python versions.
  • Loading branch information
aburrell committed Feb 26, 2024
1 parent 80b44fb commit c9515e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ give some examples on how to use the routines.
## Prerequisites

pysatMadrigal uses common Python modules, as well as modules developed by and
for the Space Physics community. This module officially supports Python 3.7+.
for the Space Physics community. This module officially supports Python 3.6+.

| Common modules | Community modules |
| -------------- | ----------------- |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows"
Expand Down

0 comments on commit c9515e9

Please sign in to comment.