Skip to content

Commit e50d382

Browse files
authored
Update main.yml
1 parent e3983c3 commit e50d382

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Set up Python 3.11
20+
- name: Set up Python 3.13
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.13"
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
@@ -41,3 +41,4 @@ jobs:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242

4343

44+

0 commit comments

Comments
 (0)