Skip to content

Commit ab96f85

Browse files
committed
Update to Python 3.13, NLopt 2.9.0
1 parent 238e8d3 commit ab96f85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: False
2424
matrix:
25-
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
25+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v4
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
os: [ windows-latest, ubuntu-latest, macos-latest, macos-14 ]
94-
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
94+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
9595

9696
steps:
9797
- name: Checkout repository

extern/nlopt

Submodule nlopt updated 97 files

0 commit comments

Comments
 (0)