Skip to content

Commit

Permalink
Changed python version number to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran-Lock authored Jul 14, 2023
1 parent 2077791 commit 9468816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "XtermGUI"
description = "A lightweight, expressive GUI framework for compatible terminals"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name = "Kieran Lock", email = "[email protected]" }
]
Expand All @@ -12,10 +12,10 @@ classifiers = [
"Environment :: Console",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.8",
"Intended Audience :: Developers"
]
requires-python = ">=3.11"
requires-python = ">=3.8"
license = {file = "LICENSE"}

[build-system]
Expand Down

0 comments on commit 9468816

Please sign in to comment.