Skip to content

Commit

Permalink
add python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nperraud authored and mdeff committed Dec 16, 2020
1 parent ba3be40 commit c8514bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Unreleased

* New function: proj_positive.
* New function: structured_sparsity.
* Continuous integration with Python 3.6, 3.7, 3.8. Dropped 2.7, 3.4, 3.5.
* Continuous integration with Python 3.6, 3.7, 3.8, 3.9. Dropped 2.7, 3.4, 3.5.
* Merged all the extra requirements in a single dev requirement.

0.5.2 (2017-12-15)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)

0 comments on commit c8514bd

Please sign in to comment.