File tree 4 files changed +8
-52
lines changed
4 files changed +8
-52
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
- id : check-merge-conflict
9
9
- id : check-vcs-permalinks
10
10
- id : check-yaml
11
- exclude : meta.yaml
12
11
- id : debug-statements
13
12
- id : end-of-file-fixer
14
13
- id : fix-byte-order-marker
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ all releases are available on `PyPI <https://pypi.org/project/pytask-stata>`_ an
7
7
`Anaconda.org <https://anaconda.org/conda-forge/pytask-stata >`_.
8
8
9
9
10
+ 0.1.2 - 2022-02-08
11
+ ------------------
12
+
13
+ - :gh: `19 ` fixes the minimum python and pytask version.
14
+
15
+
10
16
0.1.1 - 2022-02-07
11
17
------------------
12
18
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ classifiers =
15
15
Operating System :: OS Independent
16
16
Programming Language :: Python :: 3
17
17
Programming Language :: Python :: 3 :: Only
18
- Programming Language :: Python :: 3.6
19
18
Programming Language :: Python :: 3.7
20
19
Programming Language :: Python :: 3.8
21
20
Programming Language :: Python :: 3.9
@@ -30,8 +29,8 @@ project_urls =
30
29
packages = find:
31
30
install_requires =
32
31
click
33
- pytask>=0.1.0
34
- python_requires = >=3.6
32
+ pytask>=0.1.7
33
+ python_requires = >=3.7
35
34
include_package_data = True
36
35
package_dir = =src
37
36
zip_safe = False
You can’t perform that action at this time.
0 commit comments