Here you can find the recent changes to kaptan
- .ini export (#160) thank you @onurguzel
- Add GitHub action CI workflow with pipenv and python-version test grid (#251)
- Remove .travis.yml (#251)
Remove upper bound on pyyaml version (#252)
Development commits also bump pyyaml version to from <6 to <7 (#250), thank you @pauloacmartinez
Remove version pinning from dev packages (#250), thank you @pauloacmartinez
Update classifiers to currently supported Python versions (#250), thank you @pauloacmartinez
Fix classifiers warning (#226) by @sunpoet
Relax pytest version constraint (#163), thank you @ignatenkobrain
- Fix license language to official BSD license (#234)
- Bump pipenv version to python 3.x
- Utility package updates
- Bump pyyaml version to <6
- Update dependencies for pytest, sphinx, etc.
- Forward compatiblity with Python 3.8
collections.abc
- sphinx-argparse 0.2.2 to 0.2.5
- Sphinx 1.7.5 to 1.8.3
- sphinx-rtd-theme 0.4.0 to 0.4.2
- flake8 3.5.0 to 3.6.0
- pytest 3.6.2 to 4.0.2
- Update Pipfile
- Relax pyyaml requirements to <4
- Support for Python 3.7
- Prevent test from creating stray .pyc files
- Update pytest 3.2.3 to 3.6.3
- Update sphinx 1.6.4 to 1.7.5
- Update sphinx-argparse 0.2.1 to 0.2.2
- Update sphinx-rtd-theme 0.2.4 to 0.4.0
- Add
make sync_pipfile
for updating Pipfile