From 9e56a3cb1ea5ebefbaeb484628ae315d970e9c55 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 11 Dec 2024 12:32:00 -0800 Subject: [PATCH] change testing matrix, update sectionproperties version number --- .github/workflows/python-pytest.yml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-pytest.yml b/.github/workflows/python-pytest.yml index 0b9fa40..d3ebac2 100644 --- a/.github/workflows/python-pytest.yml +++ b/.github/workflows/python-pytest.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index edb0878..613e453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,9 @@ dependencies = [ "matplotlib", "plotly", "kaleido", - "sectionproperties", - "concreteproperties", - "pycba>=0.4.0", + "sectionproperties>=3.7.0", + "concreteproperties>=0.6.4", + "pycba>=0.5.2", "PyNiteFEA>=0.0.98", "scipy", "handcalcs",