File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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#
You can’t perform that action at this time.
0 commit comments