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",