Skip to content

Commit 59522cc

Browse files
authored
Test all versions in CI (#401)
Hi! Just checking out your project and I've noticed that you claim to support `>= 3.8`, but you never check other versions except 3.12 in CI. https://github.com/kozistr/pytorch_optimizer/blob/3c02a48389c065f060a26e5486f7e702ff9fd17c/pyproject.toml#L33-L39 I think that it is important to be sure all version work :) They can have different bugs.
1 parent 3c02a48 commit 59522cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.12']
18+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)