File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 timeout-minutes : 15
1010
11+ strategy :
12+ matrix :
13+ version : [ '3.11', '3.12', '3.13', 'latest' ]
14+
1115 steps :
1216 - name : Clone repository
1317 uses : actions/checkout@v4
1418 - name : Use Python
1519 uses : actions/setup-python@v5
1620 with :
17- python-version : ' 3.13 '
21+ python-version : ${{ matrix.version }}
1822 - name : Install dependencies
1923 run : |
2024 pip install poetry
Original file line number Diff line number Diff line change 22requires = [" poetry-core" ]
33build-backend = " poetry.core.masonry.api"
44
5- [project ]
5+ [project ]
66name = " eventsourcingdb"
77version = " 1.1.0"
88description = " The official Python client SDK for EventSourcingDB."
@@ -14,7 +14,7 @@ license = "MIT"
1414packages = [{include = " eventsourcingdb" }]
1515
1616[tool .poetry .dependencies ]
17- python = " ^3.13 "
17+ python = " ^3.11 "
1818aiohttp = " 3.11.18"
1919testcontainers = " 4.10.0"
2020
You can’t perform that action at this time.
0 commit comments