|
|
@@ -18,15 +18,15 @@ jobs: |
|
|
|
test: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
python: ["3.9", "3.10", "3.11"] |
|
|
|
python: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python }} |
|
|
|
- name: Setup Graphviz |
|
|
|
uses: ts-graphviz/setup-graphviz@v1 |
|
|
|
uses: ts-graphviz/setup-graphviz@v2 |
|
|
|
- name: Install poetry |
|
|
|
run: curl -sSL https://install.python-poetry.org | python3 - |
|
|
|
- name: Run all tests |
|
|
|