Skip to content

Commit

Permalink
[fix][chore] Move to Python 3.12 (#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Oct 2, 2024
1 parent 8e95941 commit 346ef51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Fix On-Premises Collector Plugin"
version = "4.1.0"
authors = [{name="Some Engineering Inc."}]
license = { text="AGPLv3" }
requires-python = ">=3.11"
requires-python = ">=3.12"
classifiers = [
# Current project status
"Development Status :: 4 - Beta",
Expand All @@ -14,7 +14,7 @@ classifiers = [
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
# Supported OS's
"Operating System :: POSIX :: Linux",
"Operating System :: Unix",
Expand Down

0 comments on commit 346ef51

Please sign in to comment.