Skip to content

Commit b5dbc8c

Browse files
committed
Bump minimum required Python version
1 parent b636e46 commit b5dbc8c

File tree

5 files changed

+272
-201
lines changed

5 files changed

+272
-201
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v1.1.3-2-gcd0df74
2+
_commit: v1.1.3-3-g578e71d
33
_src_path: git+https://git.sr.ht/~dmerej/copier-python
44
author_email: [email protected]
55
author_name: Dimitri Merejkowsky

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
16+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
-------------
1818

1919
``cli-ui`` is available on `Pypi <https://pypi.org/project/cli-ui/>`_.
20-
and is compatible with Python **3.6** and higher.
20+
and is compatible with Python **3.7** and higher.
2121

2222
Note for Windows users
2323
-----------------------

0 commit comments

Comments
 (0)