File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 10
10
- MYUSEMC=true MYPYTHON_VERSION=3.5
11
11
- MYUSEMC=true MYPYTHON_VERSION=3.6
12
12
- MYUSEMC=true MYPYTHON_VERSION=3.7
13
+ - MYUSEMC=true MYPYTHON_VERSION=3.8
14
+ - MYUSEMC=true MYPYTHON_VERSION=3.9
15
+ - MYUSEMC=true MYPYTHON_VERSION=3.10
13
16
- MYUSEMC=false
14
17
15
18
git :
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
- ## Unreleased - Version 3.0.2
3
+ ## Version 3.1.0 – 2022-12-04
4
+
5
+ ### Added
6
+
7
+ - Compatibility with Python 3.10, 3.9, 3.8
8
+
9
+ ### Changed
10
+
11
+ ### Deprecated
12
+
13
+ ### Removed
14
+
15
+ ### Fixed
16
+
17
+ ## Version 3.0.2 - 2022-10-12
4
18
5
19
### Added
6
20
Original file line number Diff line number Diff line change 204
204
# -- intersphinx configuration --------------------------------------------
205
205
206
206
intersphinx_mapping = {
207
- 'python' : ('https://docs.python.org/3.7 ' , None ),
207
+ 'python' : ('https://docs.python.org/3.10 ' , None ),
208
208
'numpy' : ('https://docs.scipy.org/doc/numpy' , None ),
209
209
}
210
210
Original file line number Diff line number Diff line change @@ -119,6 +119,9 @@ def getversioncfg():
119
119
'Programming Language :: Python :: 3.5' ,
120
120
'Programming Language :: Python :: 3.6' ,
121
121
'Programming Language :: Python :: 3.7' ,
122
+ 'Programming Language :: Python :: 3.8' ,
123
+ 'Programming Language :: Python :: 3.9' ,
124
+ 'Programming Language :: Python :: 3.10' ,
122
125
'Topic :: Scientific/Engineering :: Chemistry' ,
123
126
'Topic :: Scientific/Engineering :: Physics' ,
124
127
],
You can’t perform that action at this time.
0 commit comments