diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 178a446..1266fab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ jobs: with: submodules: true - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.10' cache: 'pip' cache-dependency-path: | requirements*.txt diff --git a/pyproject.toml b/pyproject.toml index 1b208f5..18b1636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 42", "wheel"] +requires = ["setuptools >= 61.0.0", "wheel"] build-backend = "setuptools.build_meta" [tool.poetry] @@ -24,7 +24,7 @@ packages = [{ include = "PASCal", from = "src" }] version = {attr = "PASCal.__version__"} [tool.poetry.dependencies] -python = "^3.8" +python = "^3.10" Flask = "*" Jinja2 = "*" numpy = "*"