Skip to content

Commit

Permalink
Enable Python 3.9 for Nevergrad plugin. (#1363)
Browse files Browse the repository at this point in the history
* Enable Python 3.9 for Nevergrad plugin.

Fixes #1206.

* Use the correct news entry
  • Loading branch information
shagunsodhani committed Feb 1, 2021
1 parent 02a35fe commit b6fc71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/hydra_nevergrad_sweeper/news/1206.feature
@@ -0,0 +1 @@
Enable support of Python 3.9 .
2 changes: 1 addition & 1 deletion plugins/hydra_nevergrad_sweeper/setup.py
Expand Up @@ -19,7 +19,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
# "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.9",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
],
Expand Down

0 comments on commit b6fc71a

Please sign in to comment.