Skip to content

Commit

Permalink
Bump the Python version
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com>
  • Loading branch information
rndtrash committed Jan 1, 2024
1 parent a57b037 commit 8f440c3
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 @@ -7,7 +7,7 @@ authors = [
]
description = "A library for parsing the GoldSrc demo files"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
Expand All @@ -20,4 +20,4 @@ Issues = "https://github.com/rndtrash/py-goldsrc-demo/issues"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
build-backend = "hatchling.build"

0 comments on commit 8f440c3

Please sign in to comment.