- backwards compatibility bugfix
PyTest / pytest (ubuntu-latest, 3.10) (push) Successful in 2m23s
PyTest / pytest (ubuntu-latest, 3.12) (push) Successful in 36s
PyTest / pytest (ubuntu-latest, 3.14) (push) Successful in 36s

This commit is contained in:
w.pomp
2026-05-12 15:30:03 +02:00
parent 8619c0fb34
commit d6c85984b9
5 changed files with 36 additions and 47 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "parfor"
version = "2026.2.2"
version = "2026.5.0"
description = "A package to mimic the use of parfor as done in Matlab."
authors = [
{ name = "Wim Pomp-Pervova", email = "wimpomp@gmail.com" }
@@ -17,7 +17,7 @@ dependencies = [
]
[project.urls]
repository = "https://github.com/wimpomp/parfor"
repository = "https://git.wimpomp.nl/wim/parfor"
[project.optional-dependencies]
test = ["pytest"]