Skip to content

Commit 99432cb

Browse files
committed
🔧Changed pyproject.toml to wor with python >=3.11 instead of >=3.14! Sorry folks!
1 parent 376294a commit 99432cb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Dunder methods for `xor`, `and`, `or` added to enable operators (e.g. ~seq, seq & otherseq) etc. Including adding implementations for `and`, `or` bitwise operations.
99
- First implementatios of `to_numpy()` and `from_numpy()`, which only import `numpy` if using those particular methods.
1010
- Very basic tests added for above methods/properties.
11+
- Changed `pyproject.toml` to use python `>= 3.11` instead of `3.14`.
1112

1213
## [0.1.1] - 23/12/2025
1314

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [
77
{ name = "bloopycode" }
88
]
9-
requires-python = ">=3.14"
9+
requires-python = ">=3.11"
1010
licence = { text = "MIT" }
1111
dependencies = [
1212
]

0 commit comments

Comments
 (0)