Skip to content

Commit

Permalink
python3.11 support for plugins (facebookresearch#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Dec 6, 2022
1 parent afde761 commit c48ef19
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 4 deletions.
1 change: 1 addition & 0 deletions examples/plugins/example_configsource_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
install_requires=[
Expand Down
1 change: 1 addition & 0 deletions examples/plugins/example_generic_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
install_requires=[
Expand Down
1 change: 1 addition & 0 deletions examples/plugins/example_launcher_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
install_requires=[
Expand Down
1 change: 1 addition & 0 deletions examples/plugins/example_registered_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
install_requires=[
Expand Down
1 change: 1 addition & 0 deletions examples/plugins/example_searchpath_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
install_requires=[
Expand Down
1 change: 1 addition & 0 deletions examples/plugins/example_sweeper_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
install_requires=[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0"
__version__ = "1.3.0.dev0"
1 change: 1 addition & 0 deletions plugins/hydra_colorlog/news/2443.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support python3.11
1 change: 1 addition & 0 deletions plugins/hydra_colorlog/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
install_requires=["colorlog", "hydra-core>=1.0.0"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0"
__version__ = "1.3.0.dev0"
1 change: 1 addition & 0 deletions plugins/hydra_joblib_launcher/news/2443.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support python3.11
1 change: 1 addition & 0 deletions plugins/hydra_joblib_launcher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
Expand Down
1 change: 1 addition & 0 deletions plugins/hydra_nevergrad_sweeper/news/2443.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support python3.11
1 change: 1 addition & 0 deletions plugins/hydra_nevergrad_sweeper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
],
Expand Down
1 change: 1 addition & 0 deletions plugins/hydra_optuna_sweeper/news/2443.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support python3.11
1 change: 1 addition & 0 deletions plugins/hydra_optuna_sweeper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
"Development Status :: 4 - Beta",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0"
__version__ = "1.3.0.dev0"
1 change: 1 addition & 0 deletions plugins/hydra_rq_launcher/news/2443.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support python3.11
1 change: 1 addition & 0 deletions plugins/hydra_rq_launcher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0"
__version__ = "1.3.0.dev0"
1 change: 1 addition & 0 deletions plugins/hydra_submitit_launcher/news/2443.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support python3.11
1 change: 1 addition & 0 deletions plugins/hydra_submitit_launcher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit c48ef19

Please sign in to comment.