Skip to content

Commit

Permalink
Use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Aug 19, 2024
1 parent 9b4a50a commit 953265c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

# Install a specific version of Python
pyenv install 3.11.5 # Example version
pyenv install 3.10.14

# Set the local version of Python for the project
pyenv local 3.11.5
pyenv local 3.10.14
```

## Install poetry
Expand Down
31 changes: 29 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{include = "gcf_data_mapper"}]

[tool.poetry.dependencies]
python = ">=3.11"
python = ">=3.10"
click = "^8.1.7"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 953265c

Please sign in to comment.