Skip to content

Commit 5c374aa

Browse files
committed
bump minimum Python version to 3.9
1 parent 9a20267 commit 5c374aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
fail-fast: false
1515

python/setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = damask
33
version = file: damask/VERSION
44
author = The DAMASK team
5-
author_email = damask@mpie.de
6-
url = https://damask.mpie.de
5+
author_email = support@damask-multiphyiscs.org
6+
url = https://damask-multiphysics.org
77
description = DAMASK processing tools
88
long_description = Pre- and post-processing tools for DAMASK
99
license = AGPL3
@@ -17,7 +17,7 @@ classifiers =
1717
[options]
1818
packages = find:
1919
include_package_data = true
20-
python_requires = >= 3.8
20+
python_requires = >= 3.9
2121
install_requires =
2222
pandas>=0.24 # requires numpy
2323
numpy>=1.17 # needed for default_rng

0 commit comments

Comments
 (0)