Skip to content

Commit 94c2e50

Browse files
authored
Merge pull request #41 from syntasso/chore/132/version-pin
chore: pin version for 3.12 for development
2 parents 33081a5 + 23c9378 commit 94c2e50

File tree

4 files changed

+2
-748
lines changed

4 files changed

+2
-748
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
python-version: ["3.10", "3.10", "3.12", "3.13", "3.14"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1414

1515
steps:
1616
- uses: actions/checkout@v4

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
__pycache__/
2-
.python-version
32
.pytest_cache/
43
.coverage
54
.coverage.*

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

0 commit comments

Comments
 (0)