Skip to content

Commit

Permalink
add to workflow and add python 3.11 to setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: troychiu <y.troychiu@gmail.com>
  • Loading branch information
troychiu committed Nov 6, 2023
1 parent 9435d4e commit 268bb1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions plugins/flytekit-vscode/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",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development",
Expand Down

0 comments on commit 268bb1a

Please sign in to comment.