diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc1de903..ce9aa1d7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,3 @@ updates: directory: / schedule: interval: monthly -- package-ecosystem: docker - directory: / - schedule: - interval: monthly diff --git a/Dockerfile b/Dockerfile index 4938518a..48996fd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # syntax=docker/dockerfile:1.5 -FROM python:3.12-slim +# at the moment only Python 3.11 is supported +FROM python:3.11-slim WORKDIR /usr/src/app diff --git a/README.md b/README.md index 93dee259..2672ea11 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The service is **in development** and its assessment depends on several factors. ![alt text](https://github.com/pangaea-data-publisher/fuji/blob/master/fuji_server/static/main.png?raw=true) ## Requirements -[Python](https://www.python.org/downloads/) `3.11+` +[Python](https://www.python.org/downloads/) `3.11` ### Google Dataset Search * Download the latest Dataset Search corpus file from: diff --git a/pyproject.toml b/pyproject.toml index 2666a2d6..811421c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ keywords = [ license = "MIT" name = "fuji" readme = "README.md" -requires-python = ">=3.11" +requires-python = "~=3.11" # at the moment only Python 3.11 is supported version = "3.1.1" [project.optional-dependencies]