Skip to content

Commit cc3a11d

Browse files
committed
minor cosmetic changes for next release
1 parent 0866d0a commit cc3a11d

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Help request
3+
about: Create a request for help
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the problem**
11+
A clear and concise description of what the problem is.
12+
13+
**Environment (please complete the following information):**
14+
- OS Platform, Distribution, and Version:
15+
- Python Distribution and Version:
16+
- Java Distribution and Version:
17+
- Jep Version:
18+
- Python packages used (e.g. numpy, pandas, tensorflow):

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ dist
2525
MANIFEST
2626
.DS_Store
2727
.idea
28+
/target/

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def read_file(name):
9797
'Programming Language :: Python :: 3.7',
9898
'Programming Language :: Python :: 3.8',
9999
'Programming Language :: Python :: 3.9',
100+
'Programming Language :: Python :: 3.10',
100101
'Programming Language :: Python :: Implementation :: CPython',
101102
],
102103
ext_modules=[

0 commit comments

Comments
 (0)