Skip to content

Commit f8b6778

Browse files
committed
update to Python 3.13
1 parent efb6ca3 commit f8b6778

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-deploy-on-pypi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches:
99
- main
10-
- update_action_setup-python
10+
- python313
1111

1212
jobs:
1313
build-n-publish:
@@ -17,10 +17,10 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
20-
- name: Set up Python 3.12
20+
- name: Set up Python 3.13
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.13"
2424
- name: Install pep517
2525
run: >-
2626
python -m

.github/workflows/create-condalock-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
auto-update-conda: true
2929
activate-environment: activestorage-fromlock
30-
python-version: "3.12"
30+
python-version: "3.13"
3131
miniforge-version: "latest"
3232
use-mamba: true
3333
- name: Show conda config

0 commit comments

Comments
 (0)