Skip to content

Commit 536b42f

Browse files
committed
Upgrade to min. Python 3.10, updating meta-data
1 parent c17aafc commit 536b42f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.7'
19+
python-version: '3.10'
2020

2121
- name: Install dependencies
2222
run: |

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ def relaxed_requirements_from_file(path):
5454
install_requires=relaxed_requirements_from_file("requirements.txt"),
5555
dependency_links=[],
5656
setup_requires=["wheel"],
57-
author='appliedAI Institute gGmbh & jambit GmbH',
57+
author='Dominik Jain et al.',
5858
classifiers=[
59-
"Programming Language :: Python :: 3.7",
60-
"Programming Language :: Python :: 3.8",
61-
"Programming Language :: Python :: 3.9",
6259
"Programming Language :: Python :: 3.10",
6360
"Programming Language :: Python :: 3.11",
6461
"License :: OSI Approved :: MIT License"

0 commit comments

Comments
 (0)