Skip to content

Commit 331eb2b

Browse files
committed
Test on 3.9-3.13
1 parent 961a18d commit 331eb2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unittest.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
21-
python-version: ["3.10"]
21+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222

2323
runs-on: ${{ matrix.os }}
2424
env:
2525
PYICU_WIN_VER: 2.14
2626
INSTALL_PYICU_WIN: true
27-
INSTALL_TORCH: true
27+
INSTALL_TORCH: false
2828
INSTALL_FULL_DEPS: false
2929

3030
steps:
@@ -37,10 +37,10 @@ jobs:
3737
cache: "pip"
3838
- name: Install build tools
3939
run: |
40-
pip install --upgrade "pip<24.1" "setuptools>65.0.2,<=73.0.1"
40+
pip install --upgrade "pip<24.1" "setuptools>=65.0.2,<=73.0.1"
4141
pip install coverage coveralls
4242
# pip<24.1 because https://github.com/omry/omegaconf/pull/1195
43-
# setuptools>65.0.2 because https://github.com/pypa/setuptools/commit/d03da04e024ad4289342077eef6de40013630a44#diff-9ea6e1e3dde6d4a7e08c7c88eceed69ca745d0d2c779f8f85219b22266efff7fR1
43+
# setuptools>=65.0.2 because https://github.com/pypa/setuptools/commit/d03da04e024ad4289342077eef6de40013630a44#diff-9ea6e1e3dde6d4a7e08c7c88eceed69ca745d0d2c779f8f85219b22266efff7fR1
4444
# setuptools<=73.0.1 because https://github.com/pypa/setuptools/issues/4620
4545
- name: Install ICU (macOS)
4646
if: startsWith(matrix.os, 'macos-')

0 commit comments

Comments
 (0)