Skip to content

Commit 7edd950

Browse files
committed
Add python 3.12 and 3.13 to install and test workflows
Signed-off-by: Thorsten Kaufmann <[email protected]>
1 parent b0fb469 commit 7edd950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/installation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
36-
python-version: ['3.8', '3.9', '3.10', '3.11']
36+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3737
method: ['install' ,'pip']
3838

3939
include:

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
41-
python-version: ['3.8', '3.9', '3.10', '3.11']
41+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
4242
include:
4343
- os: macos-latest
4444
shells: 'sh,csh,bash,tcsh,zsh,pwsh'

0 commit comments

Comments
 (0)