Skip to content

Commit

Permalink
Fix the minimum Python and pytask version. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe authored Feb 7, 2022
1 parent bd11cbf commit 11e576b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 52 deletions.
48 changes: 0 additions & 48 deletions .conda/meta.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ repos:
- id: check-merge-conflict
- id: check-vcs-permalinks
- id: check-yaml
exclude: meta.yaml
- id: debug-statements
- id: end-of-file-fixer
- id: fix-byte-order-marker
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ all releases are available on `PyPI <https://pypi.org/project/pytask-stata>`_ an
`Anaconda.org <https://anaconda.org/conda-forge/pytask-stata>`_.


0.1.2 - 2022-02-08
------------------

- :gh:`19` fixes the minimum python and pytask version.


0.1.1 - 2022-02-07
------------------

Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -30,8 +29,8 @@ project_urls =
packages = find:
install_requires =
click
pytask>=0.1.0
python_requires = >=3.6
pytask>=0.1.7
python_requires = >=3.7
include_package_data = True
package_dir = =src
zip_safe = False
Expand Down

0 comments on commit 11e576b

Please sign in to comment.