Skip to content

Commit

Permalink
support latest numpy + networkx (used by colormath)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Mar 30, 2024
1 parent 5a00219 commit b7a2cd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).

## 2024.2 - 2014/03/30

- support latest numpy + networkx (used by colormath)

## 2024.1 - 2024/03/17

- code improvements
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colourswatch"
version = "2024.1"
version = "2024.2"
license = "mit"
description = "Use this module to read, and write to a number of colour palette file formats"
authors = ["FredHappyface"]
Expand All @@ -21,7 +21,7 @@ documentation = "https://github.com/FHPythonUtils/ColourSwatch/blob/master/READM
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.9,<4.0"
colormath = "<4,>=3.0.0"
PyYAML = "<7,>=6.0.1"
defusedxml = "<2,>=0.7.1"
Expand All @@ -35,7 +35,7 @@ pytest = "^8.1.1"
handsdown = "^2.1.0"
coverage = "^7.4.4"
ruff = "^0.3.3"
pyright = "^1.1.354"
pyright = "^1.1.356"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit b7a2cd7

Please sign in to comment.