Skip to content

Commit

Permalink
allow 3.8 and upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 16, 2023
1 parent 4d2d3ff commit 6d544b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "cloudmesh-common"
version = "5.0.22"
description = "A set of useful APIs for cloudmesh"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
{name = "Gregor von Laszewski", email = "laszewski@gmail.com"}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires =
tox>=4.11.4
deps =
pytest>=7
env_list = py311
env_list = py312,py311,py310,py39,py38
#env_list = py311,py312

[testenv]
Expand Down

0 comments on commit 6d544b6

Please sign in to comment.