@@ -145,11 +145,10 @@ using one of the commands listed in the
145
145
__ https://github.com/pyenv/pyenv/wiki/Common-build-problems
146
146
147
147
Install the latest point release of every supported Python version.
148
- This project template supports Python 3.6, 3. 7, 3.8, 3.9, and 3.10.
148
+ This project template supports Python 3.7, 3.8, 3.9, and 3.10.
149
149
150
150
.. code :: console
151
151
152
- $ pyenv install 3.6.15
153
152
$ pyenv install 3.7.12
154
153
$ pyenv install 3.8.12
155
154
$ pyenv install 3.9.8
@@ -161,7 +160,7 @@ using the following command:
161
160
162
161
.. code :: console
163
162
164
- $ pyenv local 3.10.0 3.9.8 3.8.12 3.7.12 3.6.15
163
+ $ pyenv local 3.10.0 3.9.8 3.8.12 3.7.12
165
164
166
165
The first version listed is the one used when you type plain ``python ``.
167
166
Every version can be used by invoking ``python<major.minor> ``.
@@ -882,7 +881,6 @@ and easily switch between them:
882
881
883
882
.. code :: console
884
883
885
- $ poetry env use 3.6
886
884
$ poetry env use 3.7
887
885
$ poetry env use 3.8
888
886
$ poetry env use 3.9
@@ -1112,12 +1110,12 @@ The following table gives an overview of the available Nox sessions:
1112
1110
:ref: `coverage <The coverage session >` Report coverage with Coverage.py _ ``3.10 `` (β)
1113
1111
:ref: `docs <The docs session >` Build and serve Sphinx _ documentation ``3.10 ``
1114
1112
:ref: `docs-build <The docs-build session >` Build Sphinx _ documentation ``3.10 `` β
1115
- :ref: `mypy <The mypy session >` Type-check with mypy _ ``3.6 `` β¦ ``3.10 `` β
1113
+ :ref: `mypy <The mypy session >` Type-check with mypy _ ``3.7 `` β¦ ``3.10 `` β
1116
1114
:ref: `pre-commit <The pre-commit session >` Lint with pre-commit _ ``3.10 `` β
1117
1115
:ref: `safety <The safety session >` Scan dependencies with Safety _ ``3.10 `` β
1118
- :ref: `tests <The tests session >` Run tests with pytest _ ``3.6 `` β¦ ``3.10 `` β
1119
- :ref: `typeguard <The typeguard session >` Type-check with Typeguard _ ``3.6 `` β¦ ``3.10 `` β
1120
- :ref: `xdoctest <The xdoctest session >` Run examples with xdoctest _ ``3.6 `` β¦ ``3.10 `` β
1116
+ :ref: `tests <The tests session >` Run tests with pytest _ ``3.7 `` β¦ ``3.10 `` β
1117
+ :ref: `typeguard <The typeguard session >` Type-check with Typeguard _ ``3.7 `` β¦ ``3.10 `` β
1118
+ :ref: `xdoctest <The xdoctest session >` Run examples with xdoctest _ ``3.7 `` β¦ ``3.10 `` β
1121
1119
========================================== ===================================== ================== =========
1122
1120
1123
1121
@@ -2284,8 +2282,8 @@ __ https://help.github.com/en/actions/automating-your-workflow-with-github-actio
2284
2282
========================================== ====================== ==================
2285
2283
:ref: `pre-commit <The pre-commit session >` Ubuntu 3.10
2286
2284
:ref: `safety <The safety session >` Ubuntu 3.10
2287
- :ref: `mypy <The mypy session >` Ubuntu 3.10, 3.9, 3.8, 3.7, 3.6
2288
- :ref: `tests <The tests session >` Ubuntu 3.10, 3.9, 3.8, 3.7, 3.6
2285
+ :ref: `mypy <The mypy session >` Ubuntu 3.10, 3.9, 3.8, 3.7
2286
+ :ref: `tests <The tests session >` Ubuntu 3.10, 3.9, 3.8, 3.7
2289
2287
:ref: `tests <The tests session >` Windows 3.10
2290
2288
:ref: `tests <The tests session >` macOS 3.10
2291
2289
:ref: `coverage <The coverage session >` Ubuntu 3.10
0 commit comments