summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-20 11:54:23 -0700
committerAndrew Godwin2022-11-20 11:54:23 -0700
commit6121f75223ba273d8b6f572e0bdb9168ef3b4f0c (patch)
tree2578255792240b550c668b18b8d67772bf4273f0 /CONTRIBUTING.md
parent9a2be5885b58d852458063a266e40f459e55f6fe (diff)
downloadtakahe-6121f75223ba273d8b6f572e0bdb9168ef3b4f0c.tar.gz
takahe-6121f75223ba273d8b6f572e0bdb9168ef3b4f0c.tar.bz2
takahe-6121f75223ba273d8b6f572e0bdb9168ef3b4f0c.zip
Fix up lint more, and bump down to 3.10 as min req
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 451d7d4..ba7559b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,7 +7,7 @@ Development can be done "bare metal" or with Docker. We'll describe both here.
### Bare Metal
-Takahē requires Python 3.11, so you'll need that first. Then, create and
+Takahē requires Python 3.10 or above, so you'll need that first. Then, create and
activate a virtual environment:
```shell