Skip to content

Commit 10f98e1

Browse files
committed
Update to python 3.9 and nlopt 2.7.0
1 parent 17beb84 commit 10f98e1

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

.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.6, 3.7, 3.8 ]
25+
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v2
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
matrix:
103103
os: [ windows-latest, ubuntu-latest, macos-latest ]
104-
python-version: [ 3.6, 3.7, 3.8 ]
104+
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
105105

106106
steps:
107107
- name: Checkout repository

setup.cfg

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ description = Library for nonlinear optimization, wrapping many algorithms for g
1313
long_description = file: README.md
1414
long_description_content_type = text/markdown
1515
keywords =
16-
copula
17-
copulae
18-
dependency modelling
19-
dependence structures
20-
archimdean
21-
elliptical
22-
finance
16+
algorithms
17+
global local constrained unconstrained optimization
18+
optimization
19+
non-linear optimization
2320
classifiers =
2421
Development Status :: 5 - Production
2522
Intended Audience :: End Users/Desktop
@@ -32,6 +29,7 @@ classifiers =
3229
Programming Language :: Python :: 3.6
3330
Programming Language :: Python :: 3.7
3431
Programming Language :: Python :: 3.8
32+
Programming Language :: Python :: 3.9
3533
Topic :: Scientific/Engineering
3634

3735
[options]

0 commit comments

Comments
 (0)