We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23fd0a commit 4817199Copy full SHA for 4817199
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "colourswatch"
3
-version = "2024.2"
+version = "2026.1"
4
license = "mit"
5
description = "Use this module to read, and write to a number of colour palette file formats"
6
authors = ["FredHappyface"]
@@ -21,7 +21,7 @@ documentation = "https://github.com/FHPythonUtils/ColourSwatch/blob/master/READM
21
readme = "README.md"
22
23
[tool.poetry.dependencies]
24
-python = ">=3.9,<4.0"
+python = ">=3.10,<4.0"
25
colormath = "<4,>=3.0.0"
26
PyYAML = "<7,>=6.0.1"
27
defusedxml = "<2,>=0.7.1"
@@ -79,10 +79,10 @@ venv = ".venv"
79
legacy_tox_ini = """
80
[tox]
81
env_list =
82
+ py313
83
+ py312
84
py311
85
py310
- py39
- py38
86
87
[testenv]
88
deps = pytest
0 commit comments