Skip to content

Commit

Permalink
Merge branch '0.912.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Feb 5, 2022
2 parents 6a3b168 + 62ad370 commit 92aaa07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Backward incompatible (breaking) changes will only be introduced in major versio

.. towncrier release notes start
0.912.1 (2022-02-05)
====================

Improvements
------------

- Set lower required python version to 3.5.2 (`#97 <https://github.com/saltstack/pytest-salt-factories/issues/97>`_)


1.0.0rc1 (2022-01-27)
=====================

Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ pytest>=6.0.0
attrs>=19.2.0
pytest-tempdir>=2019.9.16
pytest-helpers-namespace>=2021.4.29
pytest-skip-markers>=1.1.0
pytest-skip-markers>=1.1.2
pytest-system-statistics>=1.0.1
pytest-shell-utilities>=1.0.1
pytest-shell-utilities>=1.0.2
pyyaml
psutil
pyzmq
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include_package_data = True
package_dir =
=src
packages = find:
python_requires = >= 3.5.6
python_requires = >= 3.5.2
setup_requires =
setuptools>=50.3.2
setuptools_scm[toml]>=3.4
Expand Down

0 comments on commit 92aaa07

Please sign in to comment.