Skip to content

Commit

Permalink
bump python 3.13 drop python 3.9 (#505)
Browse files Browse the repository at this point in the history
* bump-drop

* update readthedocs to python 3.13

* move readthedocs to 3.11

* update test_example

* update test build pages python version

* bump scipy
  • Loading branch information
waltsims authored Nov 12, 2024
1 parent e35b406 commit 405aea4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
os: [ "windows-latest", "ubuntu-latest" , "macos-latest"]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ "windows-latest", "ubuntu-latest" , "macos-latest"]
python-version: [ "3.9", "3.10", "3.11", "3.12"]
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
cache: 'pip'
- name: Build and Commit
uses: waltsims/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"
sphinx:
configuration: docs/conf.py
python:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
description = "Acoustics toolbox for time domain acoustic and ultrasound simulations in complex and tissue-realistic media."
readme = "docs/README.md"
license = { file = "LICENSE" }
requires-python = ">=3.9"
requires-python = ">=3.10"
authors = [
{ name = "Farid Yagubbayli", email = "[email protected]" },
{ name = "Walter Simson", email = "[email protected]"}
Expand All @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"h5py==3.12.1",
"scipy==1.13.1",
"scipy==1.14.1",
"opencv-python==4.10.0.84",
"deepdiff==8.0.1",
"matplotlib==3.9.2",
Expand Down

0 comments on commit 405aea4

Please sign in to comment.