Skip to content

Commit 41ca8b2

Browse files
authored
feat: update to 3.9
1 parent 9f36d3b commit 41ca8b2

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @nh13

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
`pip install pyfgaws`
3939

40-
**Requires python 3.8**
40+
**Requires python 3.9**
4141

4242
# Getting Setup
4343

conda-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Setup python version and poetry
2-
python=3.8.2
2+
python=3.9
33
poetry=1.0.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include = [
2626

2727

2828
[tool.poetry.dependencies]
29-
python = "^3.8"
29+
python = "^3.9"
3030
attrs = "^19.3.0"
3131
defopt = "^6.0"
3232
boto3 = "^1.13.18"

0 commit comments

Comments
 (0)