Skip to content

Commit a54bd28

Browse files
authored
Merge pull request #11 from jplacht/feat-poetry-restructure
Split poetry dependencies
2 parents 5baa4f3 + 268e173 commit a54bd28

File tree

4 files changed

+527
-228
lines changed

4 files changed

+527
-228
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
python-version: ['3.8', '3.9', '3.10', '3.11']
13+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1414

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

0 commit comments

Comments
 (0)