Skip to content

Commit

Permalink
Prepare for v1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Nov 6, 2022
1 parent 53fb439 commit f3d40c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.10.0 - TBD
## 1.10.0 - 2022-11-07

* Require Python 3.7 or newer (dropped 3.6)
* Created PEP 517 compliant package
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]
dependencies = [
"cryptography >= 2.0",
Expand Down Expand Up @@ -65,7 +66,7 @@ addopts = "--import-mode=importlib"
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = sanity,py36,py37,py38,py39,py310
envlist = sanity,py37,py38,py39,py310,py311
skip_missing_interpreters = true
isolated_build = true
Expand Down

0 comments on commit f3d40c5

Please sign in to comment.