python 3.9 support? nope

This commit is contained in:
Firq 2025-04-05 20:16:34 +02:00
parent 9fbd696255
commit eff9d30504
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 3 deletions
.forgejo/workflows
pyproject.toml

View file

@ -37,7 +37,7 @@ jobs:
runs-on: docker runs-on: docker
strategy: strategy:
matrix: matrix:
container: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] container: [ "3.10", "3.11", "3.12", "3.13" ]
container: forgejo.neshweb.net/ci-docker-images/python-neshweb:${{ matrix.container }} container: forgejo.neshweb.net/ci-docker-images/python-neshweb:${{ matrix.container }}
steps: steps:
- name: Checkout source code - name: Checkout source code

View file

@ -1,14 +1,13 @@
[project] [project]
name = "skyeweave" name = "skyeweave"
version = "1.0.0-c.4" version = "1.0.0-c.4"
requires-python = ">= 3.9" requires-python = ">= 3.10"
authors = [{name = "Firq", email = "me@firq.dev"}] authors = [{name = "Firq", email = "me@firq.dev"}]
maintainers = [{name = "Firq", email = "me@firq.dev"}] maintainers = [{name = "Firq", email = "me@firq.dev"}]
description = "Helper script to easily generate experssions from FGO expression sheets" description = "Helper script to easily generate experssions from FGO expression sheets"
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",