diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index 4faeebef90..72b7ab9cab 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -128,6 +128,7 @@ jobs: - flytekit-spark - flytekit-sqlalchemy - flytekit-vaex + - flytekit-vscode - flytekit-whylogs exclude: # flytekit-modin depends on ray which does not have a 3.11 wheel yet. diff --git a/plugins/flytekit-vscode/setup.py b/plugins/flytekit-vscode/setup.py index 25c8b48b80..700f489e67 100644 --- a/plugins/flytekit-vscode/setup.py +++ b/plugins/flytekit-vscode/setup.py @@ -26,6 +26,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development",