diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c7854d8..286a542 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9'] + python-version: ['3.10', '3.11'] env: work_dir: ./test_folder diff --git a/Dockerfile b/Dockerfile index a46abad..c6eb038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.10-slim LABEL org.label-schema.name="astrochun/github-stats-pages" LABEL org.label-schema.description="Docker image to build static GitHub stats pages" diff --git a/setup.cfg b/setup.cfg index dbf2704..66dd2de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ zip_safe = False include_package_data = True install_requires = requests >= 2.22.0 - pandas == 1.2.4 + pandas >= 2.0, <=2.3.3 github-traffic-stats == 1.2.0 Jinja2 == 3.0.3 bokeh == 2.3.0