Skip to content

Commit 2926fd9

Browse files
committed
upgrade python
1 parent fb691fe commit 2926fd9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- name: Set up Python 3.11
10+
- name: Set up Python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: "3.11"
13+
python-version: "3.12"
1414
- name: Install dependencies
1515
run: python -m pip install -r requirements.txt
1616
- name: Test

.github/workflows/check_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- name: Set up Python 3.11
10+
- name: Set up Python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: "3.11"
13+
python-version: "3.12"
1414
- name: Install dependencies
1515
run: python -m pip install -r requirements.txt
1616
- name: Check broken links

.github/workflows/generate_grants.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Set up Python 3.11
13+
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.11"
16+
python-version: "3.12"
1717
- name: Install dependencies
1818
run: python -m pip install -r requirements.txt
1919
- name: Generate the list of grants

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
build:
3-
os: ubuntu-22.04
3+
os: ubuntu-lts-latest
44
tools:
5-
python: "3.11"
5+
python: "3.12"
66
python:
77
install:
88
- requirements: requirements.txt

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Abyste něco změnili v textech, nemusíte nic instalovat. Obsah lze upravovat o
1313
Instalace
1414
---------
1515

16-
Když toho upravujete víc, nebo máte zálusk na nějaké složitější kejkle, je lepší mít materiály nainstalované na svém počítači. Projekt vyžaduje Python 3.11.
16+
Když toho upravujete víc, nebo máte zálusk na nějaké složitější kejkle, je lepší mít materiály nainstalované na svém počítači. Projekt vyžaduje Python 3.12.
1717

1818
#. Stáhněte projekt: ``git clone https://github.com/pyvec/docs.pyvec.org.git``
1919
#. Vytvořte si a aktivujte virtuální prostředí
@@ -67,7 +67,7 @@ Tento projekt se původně jmenoval ``pyvec-guide`` a proto se tak jmenuje i pro
6767
Verze Pythonu
6868
-------------
6969

70-
Nejnovější verze Pythonu, jakou ReadTheDocs podporují, je 3.11. Z toho důvodu ji vyžaduje i tento projekt. Nastavení je v souboru ``.readthedocs.yml`` (`dokumentace <https://docs.readthedocs.io/en/latest/config-file/v2.html>`_).
70+
Nejnovější verze Pythonu, jakou ReadTheDocs podporují, je 3.12. Z toho důvodu ji vyžaduje i tento projekt. Nastavení je v souboru ``.readthedocs.yml`` (`dokumentace <https://docs.readthedocs.io/en/latest/config-file/v2.html>`_).
7171

7272
Continuous Integration
7373
----------------------

0 commit comments

Comments
 (0)