File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - name : Install Python
1818 uses : actions/setup-python@v2
1919 with :
20- python-version : 3.8
20+ python-version : 3.9
2121 - name : Install dependencies, linters, doc-tools
2222 run : |
2323 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1818 - name : Install Python
1919 uses : actions/setup-python@v2
2020 with :
21- python-version : 3.8
21+ python-version : 3.9
2222 - name : Install dependencies, linters, doc-tools
2323 run : |
2424 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Prerequisites
77-------------
88tbot supports running on Linux only. Other UNIXes might work but are not tested.
99
10- tbot requires at least **Python 3.8 **. Any version older than that **will not
10+ tbot requires at least **Python 3.9 **. Any version older than that **will not
1111work **.
1212
1313Installation
Original file line number Diff line number Diff line change 11<p align =" center " >
22 <img src =" Documentation/static/tbot-logo-header.png " alt =" tbot " /><br />
3- <a href =" https://www.python.org/ " ><img src =" https://img.shields.io/badge/python-3.8 -blue.svg " alt =" Python 3.8 " /></a >
3+ <a href =" https://www.python.org/ " ><img src =" https://img.shields.io/badge/python-3.9 -blue.svg " alt =" Python 3.9 " /></a >
44 <a href =" http://mypy-lang.org/ " ><img src =" http://www.mypy-lang.org/static/mypy_badge.svg " alt =" Checked with mypy " /></a >
55 <a href =" https://github.com/ambv/black " ><img src =" https://img.shields.io/badge/code%20style-black-000000.svg " alt =" Code style: black " /></a >
66 <a href =" https://github.com/Rahix/tbot/actions " ><img src =" https://github.com/Rahix/tbot/workflows/tbot%20selftest%20CI/badge.svg " alt =" tbot selftest CI " /></a >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ write_to = "tbot/_version.py"
1313profile = " black"
1414
1515[tool .mypy ]
16- python_version = " 3.8 "
16+ python_version = " 3.9 "
1717mypy_path = " stubs/:./"
1818warn_incomplete_stub = true
1919warn_redundant_casts = true
You can’t perform that action at this time.
0 commit comments