Classifier for python 3.11

This commit is contained in:
Jürgen Edelbluth 2023-12-03 10:43:16 +01:00
parent c295812918
commit 07e095ceb8
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v0.1.1 (2023-12-03) Compatibility classifier for python 3.11
- Added classifier `Programming Language :: Python :: 3.11`
- No code changes
## v0.1.0 (2023-12-03) Initial Release
- Initial Release of an alpha version

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-smtp-test-server"
version = "0.1.0"
version = "0.1.1"
description = "pytest plugin for using `smtp-test-server` as a fixture"
authors = ["Juergen Edelbluth <pytest-smtp-test-server@jued.de>"]
license = "MIT"
@ -20,6 +20,7 @@ classifiers = [
"Framework :: Pytest",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Quality Assurance",