Skip to content

Commit

Permalink
Drop 3.6 support due to dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Dec 6, 2021
1 parent ca6c8d3 commit 0677492
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 38 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Changed

- Default python version set to 3.9.9
- (post1) Relax python version requirements to allow installation on versions as low as 3.6
- (post1) Relax python version requirements to allow installation on versions as low as 3.7

### Fixed

Expand Down
38 changes: 2 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/opsani/statesman"
repository = "https://github.com/opsani/statesman"

[tool.poetry.dependencies]
python = ">=3.6,<=3.9.7"
python = ">=3.7,<3.10"
pydantic = "^1.7.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 0677492

Please sign in to comment.