We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf9fca commit 17dfc87Copy full SHA for 17dfc87
.github/workflows/build.yml
@@ -40,13 +40,13 @@ jobs:
40
fail-fast: false
41
matrix:
42
os: [ubuntu-latest, windows-latest, macos-latest]
43
- python-version: ['3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
44
include:
45
# Oldest supported version of main dependencies
46
- os: ubuntu-latest
47
- python-version: 3.8
+ python-version: 3.9
48
OLDEST_SUPPORTED_VERSION: true
49
- DEPENDENCIES: diffpy.structure==3.0.2 matplotlib==3.5 numpy==1.17.3 orix==0.12.1 scipy==1.8 tqdm==4.9
+ DEPENDENCIES: diffpy.structure==3.0.2 matplotlib==3.5 numpy==1.17.3 orix==0.12.1 scipy==1.8 tqdm==4.61.2
50
LABEL: -oldest
51
steps:
52
- uses: actions/checkout@v4
0 commit comments