Skip to content

Commit

Permalink
Fix the minimum Python version. (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Feb 7, 2022
1 parent 8712593 commit 971623c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 46 deletions.
43 changes: 0 additions & 43 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 @@ -6,7 +6,6 @@ repos:
args: ['--maxkb=25']
- id: check-merge-conflict
- id: check-yaml
exclude: meta.yaml
- id: debug-statements
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ in reverse chronological order. Releases follow `semantic versioning
<https://anaconda.org/pytask/latex-dependency-scanner>`_.


0.1.1 - 2022-02-08
------------------

- :gh:`17` fixes the minimum Python version.


0.1.0 - 2022-02-07
------------------

Expand Down
3 changes: 1 addition & 2 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 @@ -28,7 +27,7 @@ project_urls =

[options]
packages = find:
python_requires = >=3.6
python_requires = >=3.7
package_dir = =src
zip_safe = False

Expand Down

0 comments on commit 971623c

Please sign in to comment.