File tree 3 files changed +20
-0
lines changed
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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):
Original file line number Diff line number Diff line change 25
25
MANIFEST
26
26
.DS_Store
27
27
.idea
28
+ /target /
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ def read_file(name):
97
97
'Programming Language :: Python :: 3.7' ,
98
98
'Programming Language :: Python :: 3.8' ,
99
99
'Programming Language :: Python :: 3.9' ,
100
+ 'Programming Language :: Python :: 3.10' ,
100
101
'Programming Language :: Python :: Implementation :: CPython' ,
101
102
],
102
103
ext_modules = [
You can’t perform that action at this time.
0 commit comments