Skip to content

Commit

Permalink
Merge pull request #313 from equinor/v3.0.13
Browse files Browse the repository at this point in the history
v3.0.13
  • Loading branch information
EvenSol authored Jan 6, 2025
2 parents cdc3351 + b6370aa commit 0eab326
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
version: [3.8, 3.9, 3.13]
version: [3.8, 3.9, 3.12]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,6 +27,5 @@ jobs:
- name: Install dependencies
run: |
poetry install --no-interaction
- name: Run tests with pytest
run: poetry run pytest
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "neqsim"
version = "3.0.12"
version = "3.0.13"
description = "NeqSim is a tool for thermodynamic and process calculations"
authors = ["Even Solbraa <[email protected]>"]
license = "Apache-2.0"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 0eab326

Please sign in to comment.