Skip to content

Commit 82e2490

Browse files
committed
build: added python 3.11 and 3.12 to build
1 parent 3d588f8 commit 82e2490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
platform: [ ubuntu-latest, macos-latest ]
10-
python-version: ["3.8", "3.9", "3.10"]
10+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1111

1212
runs-on: ${{ matrix.platform }}
1313
steps:

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version 0.7.0
77
--------------
88
*Released on: 10/11/2023*
99

10-
* Added :py:class:`pyproximal.proximal.RelaxedMumfordShah`` operator
10+
* Added :py:class:`pyproximal.proximal.RelaxedMumfordShah` operator
1111
* Added cuda version to the proximal operator of :py:class:`pyproximal.proximal.Simplex`
1212
* Added bilinear update to :py:func:`pyproximal.optimization.primal.ProximalGradient`
1313
* Modified :py:func:`pyproximal.optimization.pnp.PlugAndPlay` function signature to allow using any proximal solver of choice

0 commit comments

Comments
 (0)