Skip to content

Commit c0c37e8

Browse files
committed
Update python version in CI/CD
1 parent 36e96b6 commit c0c37e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@master
12-
- name: 🐍 Set up Python 3.7
12+
- name: 🐍 Set up Python 3.13
1313
uses: actions/setup-python@v3
1414
with:
15-
python-version: "3.7"
15+
python-version: "3.13"
1616
- name: 🛠 Install dev requirements
1717
run: >-
1818
python -m

0 commit comments

Comments
 (0)