Skip to content

Commit 5dcb90f

Browse files
committed
Fix the minimum Python and pytask version.
1 parent bd11cbf commit 5dcb90f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ all releases are available on `PyPI <https://pypi.org/project/pytask-stata>`_ an
77
`Anaconda.org <https://anaconda.org/conda-forge/pytask-stata>`_.
88

99

10+
0.1.2 - 2022-02-08
11+
------------------
12+
13+
- :gh:`18` fixes the minimum python and pytask version.
14+
15+
1016
0.1.1 - 2022-02-07
1117
------------------
1218

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers =
1515
Operating System :: OS Independent
1616
Programming Language :: Python :: 3
1717
Programming Language :: Python :: 3 :: Only
18-
Programming Language :: Python :: 3.6
1918
Programming Language :: Python :: 3.7
2019
Programming Language :: Python :: 3.8
2120
Programming Language :: Python :: 3.9
@@ -30,8 +29,8 @@ project_urls =
3029
packages = find:
3130
install_requires =
3231
click
33-
pytask>=0.1.0
34-
python_requires = >=3.6
32+
pytask>=0.1.7
33+
python_requires = >=3.7
3534
include_package_data = True
3635
package_dir = =src
3736
zip_safe = False

0 commit comments

Comments
 (0)