Skip to content

Commit 4817199

Browse files
authored
Update version and Python dependency in pyproject.toml
1 parent f23fd0a commit 4817199

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "colourswatch"
3-
version = "2024.2"
3+
version = "2026.1"
44
license = "mit"
55
description = "Use this module to read, and write to a number of colour palette file formats"
66
authors = ["FredHappyface"]
@@ -21,7 +21,7 @@ documentation = "https://github.com/FHPythonUtils/ColourSwatch/blob/master/READM
2121
readme = "README.md"
2222

2323
[tool.poetry.dependencies]
24-
python = ">=3.9,<4.0"
24+
python = ">=3.10,<4.0"
2525
colormath = "<4,>=3.0.0"
2626
PyYAML = "<7,>=6.0.1"
2727
defusedxml = "<2,>=0.7.1"
@@ -79,10 +79,10 @@ venv = ".venv"
7979
legacy_tox_ini = """
8080
[tox]
8181
env_list =
82+
py313
83+
py312
8284
py311
8385
py310
84-
py39
85-
py38
8686
8787
[testenv]
8888
deps = pytest

0 commit comments

Comments
 (0)