You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [github docs](https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) for more information.
@@ -14,9 +14,21 @@ The files can be consumed by a wide range of tools, such as build systems, IDEs
14
14
and continuous integration servers.
15
15
16
16
17
+
## Contributing
18
+
19
+
We are always looking for good contributions, so please just fork the
20
+
repository and send pull requests (with tests please!).
21
+
22
+
If you would like write access to the repository, or become a maintainer,
23
+
feel free to get in touch.
24
+
25
+
17
26
## Requirements
18
27
19
-
* Python 3.7+
28
+
See [Status of Python versions](https://devguide.python.org/versions/) for python EOL information.
29
+
30
+
* Python 3.10+
31
+
* Last version supporting Python 3.7 - 3.9 was 3.2.0
20
32
* Please note Python 3.6 end-of-life was in Dec 2021, last version supporting 3.6 was 3.1.0
21
33
* Please note Python 3.5 end-of-life was in Sep 2020, last version supporting 3.5 was 3.1.0
22
34
* Please note Python 2.7 end-of-life was in Jan 2020, last version supporting 2.7 was 2.5.2
@@ -242,15 +254,6 @@ Also, the following settings are provided so you can fine tune the reports:
242
254
|`TEST_OUTPUT_FILE_NAME`|`None`|`<str>`|Tells the test runner to output a single XML report with this filename under `os.path.join(TEST_OUTPUT_DIR, TEST_OUTPUT_FILE_NAME)`.<br>Please note that for long running tests, this will keep the results in memory for a longer time than multiple reports, and may use up more resources.|
243
255
244
256
245
-
## Contributing
246
-
247
-
We are always looking for good contributions, so please just fork the
248
-
repository and send pull requests (with tests!).
249
-
250
-
If you would like write access to the repository, or become a maintainer,
251
-
feel free to get in touch.
252
-
253
-
254
257
### Testing changes with `tox`
255
258
256
259
Please use `tox` to test your changes before sending a pull request.
0 commit comments