diff --git a/.github/workflows/build-publish-pypi.yml b/.github/workflows/build-publish-pypi.yml index fa2599b1d8..446f7f7c4a 100644 --- a/.github/workflows/build-publish-pypi.yml +++ b/.github/workflows/build-publish-pypi.yml @@ -14,10 +14,10 @@ jobs: # use Volta to manage yarn/node versions - uses: volta-cli/action@v4 - - name: Set up Python 3.9 - uses: actions/setup-python@v2 + - name: Set up Python 3. + uses: actions/setup-python@v6 with: - python-version: 3.9 + python-version: 3.12 - name: Install dependencies run: | @@ -47,7 +47,7 @@ jobs: python bindings/kepler.gl-jupyter/notebooks/DataFrame.py - name: Create artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: keplergl-pypi path: bindings/kepler.gl-jupyter/dist/ diff --git a/bindings/kepler.gl-jupyter/setup.py b/bindings/kepler.gl-jupyter/setup.py index bb7b69b775..4a1ad7495f 100644 --- a/bindings/kepler.gl-jupyter/setup.py +++ b/bindings/kepler.gl-jupyter/setup.py @@ -97,11 +97,6 @@ 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'Topic :: Multimedia :: Graphics', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12',