Skip to content

Commit

Permalink
build: set requires-python setting to 3.11 only
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jan 6, 2024
1 parent b0e2752 commit 6df9881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://www.kaggle.com/googleai/dataset-search-metadata-for-datasets>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6df9881

Please sign in to comment.