Skip to content

Commit c8f4dd2

Browse files
Update coverage, docs and bug report config.
1 parent 6dfe3de commit c8f4dd2

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[report]
22
omit =
33
*/python?.?/*
4-
*/site-packages/nose/*

.coveralls.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,15 @@ Steps to reproduce the behavior:
2020
**Expected behavior**
2121
A clear and concise description of what you expected to happen.
2222

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
23+
**Environment (please complete the following information):**
24+
- OS: [e.g. Ubuntu 22.04, macOS 14, Windows 11]
25+
- Python version: [e.g. 3.11]
26+
- neat-python version: [e.g. 0.92 or git commit hash]
27+
- Installation method: [e.g. pip, conda, source]
28+
- How are you running NEAT:[e.g. example script, custom environment]
29+
30+
**Screenshots/logs**
31+
If applicable, add screenshots or log output to help explain your problem.
3632

3733
**Additional context**
3834
Add any other context about the problem here.

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-20.04
10+
os: ubuntu-22.04
1111
tools:
12-
python: "3.9"
12+
python: "3.11"
1313
# You can also specify other tool versions:
1414
# nodejs: "16"
1515
# rust: "1.55"

0 commit comments

Comments
 (0)