Skip to content

Commit

Permalink
add pyton 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 17, 2024
1 parent ffd27b9 commit 0bd1726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -37,7 +38,7 @@ Documentation = "https://colormap.readthedocs.io"


[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
matplotlib = "^3.8.4"


Expand Down

0 comments on commit 0bd1726

Please sign in to comment.