Skip to content

Commit

Permalink
add support for 3.11 and 3.12, drop 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Nov 8, 2023
1 parent 8093304 commit eaa228d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
locations = "src", "tests"


@nox.session(python=["3.8", "3.9", "3.10"])
@nox.session(python=["3.9", "3.9", "3.10", "3.11", "3.12"])
def tests(session: nox.Session) -> None:
session.install(".[tests]")
session.run(
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ authors = Daniele Trifirò
maintainer_email = dtrifiro@redhat.com
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Development Status :: 1 - Planning

[options]
Expand Down

0 comments on commit eaa228d

Please sign in to comment.