Skip to content

Commit

Permalink
Replace reference to 3.7 with 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav13081994 authored and jleclanche committed Feb 4, 2023
1 parent 536f08f commit 5a96354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue-with-webhooks-or-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If relevant it's very helpful to include webhook tracebacks and content (note th
- dj-stripe version: [e.g. master at <hash>, 2.0.0 etc]
- Your Stripe account's default API version: [e.g. 2019-02-19 - shown as "default" on https://dashboard.stripe.com/developers]
- Database: [e.g. MySQL 5.7.25]
- Python version: [e.g. 3.7.2]
- Python version: [e.g. 3.8.2]
- Django version: [e.g. 2.1.7]

**Can you reproduce the issue with the latest version of master?**
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The full documentation is available [on Read the Docs](https://dj-stripe.github.
## Requirements

- Django >=3.2
- Python >=3.7.12
- Python >=3.8
- PostgreSQL engine (recommended) >=9.6
- MySQL engine: MariaDB >=10.2 or MySQL >=5.7
- SQLite: Not recommended in production. Version >=3.26 required.
Expand Down

0 comments on commit 5a96354

Please sign in to comment.