We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e947923 commit ffc9020Copy full SHA for ffc9020
1 file changed
.github/workflows/ci.yml
@@ -95,10 +95,10 @@ jobs:
95
runs-on: ubuntu-latest
96
steps:
97
- uses: actions/checkout@v4
98
- - name: Setup Python 3.12
+ - name: Setup Python 3.13
99
uses: actions/setup-python@v5
100
with:
101
- python-version: 3.12
+ python-version: 3.13
102
- uses: snok/install-poetry@v1.4.1
103
- name: Install Dependencies
104
run: |
0 commit comments