Skip to content

Commit 17dfc87

Browse files
committed
Build: Build with python versions 3.10-3.13 and update tdqm
1 parent bdf9fca commit 17dfc87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ubuntu-latest, windows-latest, macos-latest]
43-
python-version: ['3.10', '3.11']
43+
python-version: ['3.10', '3.11', '3.12', '3.13']
4444
include:
4545
# Oldest supported version of main dependencies
4646
- os: ubuntu-latest
47-
python-version: 3.8
47+
python-version: 3.9
4848
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
49+
DEPENDENCIES: diffpy.structure==3.0.2 matplotlib==3.5 numpy==1.17.3 orix==0.12.1 scipy==1.8 tqdm==4.61.2
5050
LABEL: -oldest
5151
steps:
5252
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)