Skip to content

Commit 5550d30

Browse files
committed
bump: update version to 3.8.post0.dev14 and adjust OS
Updates the project version in `pyproject.toml` to3.8.post0.dev14 to reflect the latest development iteration. Modifies the OS matrix in the GitHub Actions workflow to remove macOS 15, streamlining the build process for supported operating systems.
1 parent 1ae426e commit 5550d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_nest_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macos-13, macos-14, macos-15, ubuntu-24.04]
11+
os: [macos-13, macos-14, ubuntu-24.04]
1212
steps:
1313
- uses: actions/checkout@v4
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "nest-simulator"
7-
version = "3.8.post0.dev13"
7+
version = "3.8.post0.dev14"
88
description = "NEST is a simulator for spiking neural network models that focuses on the dynamics, size and structure of neural systems rather than on the exact morphology of individual neurons."
99
keywords = ["nest", "simulator", "neuroscience", "neural", "neuron", "network", "ai", "spike", "spiking"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)