|
10 | 10 |
|
11 | 11 | strategy: |
12 | 12 | matrix: |
13 | | - python-version: ['3.10', '3.11', '3.12'] |
| 13 | + python-version: ['3.10', '3.11', '3.12', '3.13'] |
14 | 14 |
|
15 | 15 | steps: |
16 | 16 | - name: Checkout project |
|
23 | 23 | uses: actions/setup-python@v5 |
24 | 24 | with: |
25 | 25 | python-version: ${{ matrix.python-version }} |
26 | | - cache: "poetry" # caching dependencies from poetry.lock |
| 26 | + cache: poetry # caching dependencies from poetry.lock |
27 | 27 |
|
28 | 28 | - name: Install Poetry dependencies (CPU) |
29 | 29 | run: poetry install -E cpu |
|
41 | 41 |
|
42 | 42 | strategy: |
43 | 43 | matrix: |
44 | | - python-version: ['3.10', '3.11', '3.12'] |
| 44 | + python-version: ['3.10', '3.11', '3.12', '3.13'] |
45 | 45 |
|
46 | 46 | steps: |
47 | 47 | - name: Checkout project |
|
54 | 54 | uses: actions/setup-python@v5 |
55 | 55 | with: |
56 | 56 | python-version: ${{ matrix.python-version }} |
57 | | - cache: "poetry" # caching dependencies from poetry.lock |
| 57 | + cache: poetry # caching dependencies from poetry.lock |
58 | 58 |
|
59 | 59 | - name: Install Poetry dependencies (CPU) |
60 | 60 | run: poetry install -E cpu |
|
73 | 73 |
|
74 | 74 | strategy: |
75 | 75 | matrix: |
76 | | - python-version: ['3.10', '3.11', '3.12'] |
| 76 | + python-version: ['3.10', '3.11', '3.12', '3.13'] |
77 | 77 |
|
78 | 78 | steps: |
79 | 79 | - name: Checkout project |
|
86 | 86 | uses: actions/setup-python@v5 |
87 | 87 | with: |
88 | 88 | python-version: ${{ matrix.python-version }} |
89 | | - cache: "poetry" # caching dependencies from poetry.lock |
| 89 | + cache: poetry # caching dependencies from poetry.lock |
90 | 90 |
|
91 | 91 | - name: Install Poetry dependencies (CPU) |
92 | 92 | run: poetry install -E cpu |
|
0 commit comments