Skip to content

Commit

Permalink
Change supported python versions to 3.8-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Jan 9, 2025
1 parent 97634cf commit f1639af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/general-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7,'3.12']
python-version: ['3.8','3.13']
simplify: [0,1,autoopt]

steps:
Expand Down
2 changes: 1 addition & 1 deletion doc/setup/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Installation
============

DaCe is routinely tested on and officially supports Python 3.7 or newer (Python 3.6 is also supported, but not actively tested).
DaCe is routinely tested on and officially supports Python 3.8 to 3.13.

.. _dependencies:

Expand Down

0 comments on commit f1639af

Please sign in to comment.