Skip to content

Commit

Permalink
chore: update python to 3.11 (#338)
Browse files Browse the repository at this point in the history
core focuses on 3.11, so change it here
  • Loading branch information
Rotzbua authored Feb 9, 2024
1 parent 64a2a3b commit 62cd4c7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions integration/ci/github-actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This variant is default choice for native PlatformIO projects:
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
Expand Down Expand Up @@ -103,7 +103,7 @@ and boards from command line interface:
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
Expand Down Expand Up @@ -157,7 +157,7 @@ Integration for USB_Host_Shield_2.0 project. The ``workflow.yml`` configuration
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
Expand Down
6 changes: 3 additions & 3 deletions integration/ci/gitlab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This variant is default choice for native PlatformIO projects:

.. code-block:: yaml
image: python:3.9
image: python:3.11
cache:
paths:
Expand All @@ -73,7 +73,7 @@ and boards from command line interface:

.. code-block:: yaml
image: python:3.9
image: python:3.11
cache:
paths:
Expand All @@ -100,7 +100,7 @@ Examples

.. code-block:: yaml
image: python:3.9
image: python:3.11
cache:
paths:
Expand Down
6 changes: 3 additions & 3 deletions integration/ci/shippable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This variant is default choice for native PlatformIO projects:
language: python
python:
- "3.9"
- "3.11"
install:
- pip install -U platformio
Expand All @@ -73,7 +73,7 @@ and boards from command line interface:
language: python
python:
- "3.9"
- "3.11"
env:
- PLATFORMIO_CI_SRC=path/to/source/file.c
Expand All @@ -97,7 +97,7 @@ Examples
language: python
python:
- "3.9"
- "3.11"
env:
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS3SPP/PS3SPP.ino
Expand Down
12 changes: 6 additions & 6 deletions integration/ci/travis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This variant is default choice for native PlatformIO projects:
language: python
python:
- "3.9"
- "3.11"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
Expand Down Expand Up @@ -96,7 +96,7 @@ and boards from command line interface:
language: python
python:
- "3.9"
- "3.11"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
Expand Down Expand Up @@ -198,7 +198,7 @@ Examples
dist: focal
language: python
python:
- "3.9"
- "3.11"
# Cache PlatformIO packages using Travis CI container-based infrastructure
cache:
Expand Down Expand Up @@ -238,7 +238,7 @@ Examples
dist: focal
language: python
python:
- "3.9"
- "3.11"
# Cache PlatformIO packages using Travis CI container-based infrastructure
cache:
Expand Down Expand Up @@ -275,7 +275,7 @@ Examples
dist: focal
language: python
python:
- "3.9"
- "3.11"
# Cache PlatformIO packages using Travis CI container-based infrastructure
cache:
Expand Down Expand Up @@ -315,7 +315,7 @@ Examples
dist: focal
language: python
python:
- "3.9"
- "3.11"
# Cache PlatformIO packages using Travis CI container-based infrastructure
cache:
Expand Down

0 comments on commit 62cd4c7

Please sign in to comment.