Skip to content

Commit 492156e

Browse files
3.13
1 parent 398b85e commit 492156e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
- name: 🏗 Set up Python 3.11
14+
- name: 🏗 Set up Python 3.13
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.11'
17+
python-version: '3.13'
1818
- name: 🏗 Install build dependencies
1919
run: |
2020
python -m pip install -U wheel build setuptools --user
@@ -54,10 +54,10 @@ jobs:
5454
- uses: actions/checkout@v4
5555
with:
5656
fetch-depth: 0
57-
- name: 🏗 Set up Python 3.11
57+
- name: 🏗 Set up Python 3.13
5858
uses: actions/setup-python@v5
5959
with:
60-
python-version: 3.11
60+
python-version: 3.13
6161
- name: 🏗 Install dependencies
6262
run: |
6363
python -m pip install --upgrade pip

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ──────────────────────────────────────────────────────────
22
# Pioreactor mono-repo – development helpers (stage 1)
3-
# * Python 3.11 (core + Flask API)
3+
# * Python 3.13 (core + Flask API)
44
# * Node 20 (React frontend)
55
# * Docker (optional dev stack: mosquitto, sqlite viewer, etc.)
66
#

0 commit comments

Comments
 (0)