Skip to content

Commit 8c9f3ac

Browse files
committed
update docs about min python req
1 parent 14b83ac commit 8c9f3ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ recommendations on the state of software citation in academic practice.
8787

8888
## Getting Started
8989

90-
Make sure that you have a working Python interpreter in version at least 3.8,
90+
Make sure that you have a working Python interpreter in version at least 3.9,
9191
`git` and [`poetry`](https://python-poetry.org/docs/#installation) installed.
9292

9393
To install the template, run `pip install fair-python-cookiecutter`.

src/fair_python_cookiecutter/template/{{ cookiecutter.project_slug }}/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If applicable, provide a Python stack trace or JavaScript console log from the b
2828
**Environment**
2929
Provide information about versions of relevant software packages.
3030

31-
- Python Version (e.g. 3.8.10)
31+
- Python Version (e.g. 3.9.10)
3232
- poetry version (e.g. 1.2.1)
3333
- Browser [e.g. chrome, safari] + Version
3434

src/fair_python_cookiecutter/template/{{ cookiecutter.project_slug }}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A copy of the guide is included in your project in `docs/dev_guide.md`.
3737

3838
**TODO: check that the installation instructions work**
3939

40-
This project works with Python > 3.8.
40+
This project works with Python > 3.9.
4141

4242
```bash
4343
pip install git+ssh://{{ cookiecutter.project_clone_url }}

0 commit comments

Comments
 (0)