Skip to content

Commit 13a2e5c

Browse files
committed
Update minimum python version.
1 parent 77885b4 commit 13a2e5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
python-version: ['3.8', '3.9', '3.10']
24+
python-version: ['3.11', '3.12']
2525

2626
env:
2727
SECRET_KEY: very-unstrustworthy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This section will provide you with the minimal setup for this tutorial.
4545
If you have a preference on setting up a project differently and know that
4646
it works, go for it! Do what you're most comfortable.
4747

48-
1. Have Python 3.8+ installed. My assumption is that you have your own
48+
1. Have Python 3.11+ installed. My assumption is that you have your own
4949
setup decided upon. However, if you're unsure where to go for
5050
this, I'd recommend using https://www.python.org/downloads/ for today.
5151
1. From the terminal or command prompt, clone the project.

0 commit comments

Comments
 (0)