Skip to content

Commit 269bc67

Browse files
authored
Add pull request template and update supported python versions (#148)
* add pr template * add py39 to supported versions
1 parent a62ea18 commit 269bc67

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Before opening a pull request, please open an issue describing the problem or feature the pull request will adress. You can follow the steps in CONTRIBUTING.rst. in case of any doubts regarding the process.
3+
4+
Replace this comment with a description of the change.
5+
-->
6+
7+
<!--
8+
Link to relevant issue(s). Use "fixes" to automatically close an issue.
9+
-->
10+
11+
- fixes #<issue number>
12+
13+
<!--
14+
Make sure to complete each step bellow and add "x" to each box.
15+
16+
If only docs were changed, these aren't relevant and can be removed.
17+
-->
18+
19+
Checklist:
20+
21+
- [ ] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
22+
- [ ] Add or update relevant docs, in the docs folder and in code.
23+
- [ ] Add an entry in `docs/CHANGELOG.rst`, summarizing the change and linking to the issue.
24+
- [ ] Run `pre-commit` hooks and fix any issues.
25+
- [ ] Run `pytest` and make sure no tests failed.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers=
2222
Programming Language :: Python :: 3.6
2323
Programming Language :: Python :: 3.7
2424
Programming Language :: Python :: 3.8
25+
Programming Language :: Python :: 3.9
2526
License :: OSI Approved :: MIT License
2627
Topic :: Software Development :: Testing
2728
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)