File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ GitHub Stars] ( https://img.shields.io/github/stars/cgre-aachen/gempy.svg )] ( https://github.com/cgre-aachen/gempy/stargazers )
4
4
[ ![ GitHub Forks] ( https://img.shields.io/github/forks/cgre-aachen/gempy.svg )] ( https://github.com/cgre-aachen/gempy/network )
5
- [ ![ PyPI] ( https://img.shields.io/badge/python-3.10-blue.svg )] ( https://www.python.org/downloads/release/python-31013 / )
5
+ [ ![ PyPI] ( https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12 -blue )] ( https://www.python.org/downloads/ )
6
6
[ ![ PyPI] ( https://img.shields.io/badge/pypi-1.0-blue.svg )] ( https://pypi.org/project/gempy/ )
7
7
[ ![ license: EUPL v1.2] ( https://img.shields.io/badge/license-EUPL%20v1.2-blue.svg )] ( https://github.com/cgre-aachen/gempy/blob/master/LICENSE )
8
8
[ ![ Documentation Status] ( https://assets.readthedocs.org/static/projects/badges/passing-flat.svg )] ( http://docs.gempy.org )
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ def read_requirements(file_name):
47
47
"Operating System :: OS Independent" ,
48
48
"Programming Language :: Python :: 3" ,
49
49
"Programming Language :: Python :: 3.10" ,
50
+ "Programming Language :: Python :: 3.11" ,
51
+ "Programming Language :: Python :: 3.12" ,
50
52
],
51
53
setup_requires = ['setuptools_scm' ],
52
54
use_scm_version = {
You can’t perform that action at this time.
0 commit comments