Skip to content

Commit

Permalink
Merge branch 'update-Python-requirements' into 'development'
Browse files Browse the repository at this point in the history
bump minimum Python version to 3.9

See merge request damask/DAMASK!990
  • Loading branch information
NikhilPrabhu21 committed Oct 23, 2024
2 parents 8c42662 + 24d767c commit 70a0b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false

Expand Down
6 changes: 3 additions & 3 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = damask
version = file: damask/VERSION
author = The DAMASK team
author_email = damask@mpie.de
url = https://damask.mpie.de
author_email = support@damask-multiphyiscs.org
url = https://damask-multiphysics.org
description = DAMASK processing tools
long_description = Pre- and post-processing tools for DAMASK
license = AGPL3
Expand All @@ -17,7 +17,7 @@ classifiers =
[options]
packages = find:
include_package_data = true
python_requires = >= 3.8
python_requires = >= 3.9
install_requires =
pandas>=0.24 # requires numpy
numpy>=1.17 # needed for default_rng
Expand Down

0 comments on commit 70a0b49

Please sign in to comment.