|
|
@@ -17,10 +17,10 @@ jobs:
|
|
|
- uses: actions/checkout@v6
|
|
|
with:
|
|
|
persist-credentials: false
|
|
|
- - name: Set up Python 3.10.12
|
|
|
+ - name: Set up Python 3.13
|
|
|
uses: actions/setup-python@v6
|
|
|
with:
|
|
|
- python-version: 3.10.12
|
|
|
+ python-version: 3.13
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
python3 -m pip install --upgrade pip setuptools
|