Skip to content

Commit e14e680

Browse files
daquinteroflexyaugenst-flex
authored andcommitted
maint: Python 3.13 compatibility
1 parent 717c064 commit e14e680

File tree

5 files changed

+1661
-133
lines changed

5 files changed

+1661
-133
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.platform }}
4040
strategy:
4141
matrix:
42-
python-version: ['3.9', '3.10', '3.11', '3.12']
42+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
4343
platform: [ubuntu-latest, windows-latest, macos-latest]
4444
defaults:
4545
run:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Poetry
5757
uses: snok/install-poetry@v1
5858
with:
59-
version: 1.8.2
59+
version: 2.1.1
6060
virtualenvs-create: true
6161
virtualenvs-in-project: true
6262

.github/workflows/test_develop_cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python
3636
uses: actions/setup-python@v5
3737
with:
38-
python-version: '3.11'
38+
python-version: '3.13'
3939

4040
- name: Install Dependencies
4141
run: |

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Tidy3D also offers plugins that require additional dependencies:
206206

207207
- ``design``: Design space exploration and optimization.
208208
- ``pytorch``: A PyTorch wrapper for objective functions defined using autograd.
209-
- ``adjoint``: Adjoint optimization using JAX (deprecated in favor of native autorad support in Tidy3D)
209+
- ``adjoint``: Adjoint optimization using JAX (deprecated in favor of native autograd support in Tidy3D)
210210

211211
For example, to install the design plugin dependencies:
212212

0 commit comments

Comments
 (0)