Skip to content

Commit

Permalink
feat: update to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 4, 2024
1 parent 9f36d3b commit 41ca8b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @nh13
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

`pip install pyfgaws`

**Requires python 3.8**
**Requires python 3.9**

# Getting Setup

Expand Down
2 changes: 1 addition & 1 deletion conda-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Setup python version and poetry
python=3.8.2
python=3.9
poetry=1.0.5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include = [


[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
attrs = "^19.3.0"
defopt = "^6.0"
boto3 = "^1.13.18"
Expand Down

0 comments on commit 41ca8b2

Please sign in to comment.