python 3.9 support?
This commit is contained in:
parent
253804be29
commit
9fbd696255
1 changed files with 2 additions and 1 deletions
|
@ -1,13 +1,14 @@
|
|||
[project]
|
||||
name = "skyeweave"
|
||||
version = "1.0.0-c.4"
|
||||
requires-python = ">= 3.10"
|
||||
requires-python = ">= 3.9"
|
||||
authors = [{name = "Firq", email = "me@firq.dev"}]
|
||||
maintainers = [{name = "Firq", email = "me@firq.dev"}]
|
||||
description = "Helper script to easily generate experssions from FGO expression sheets"
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
|
|
Loading…
Add table
Reference in a new issue