Bump to Python 3.11, as 3.10 is in security-only now

pull/651/head
Andrew Godwin 2023-11-09 12:19:56 -07:00
rodzic 57cefa967c
commit e577d020ee
5 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
strategy: strategy:
matrix: matrix:
python-version: ["3.10"] python-version: ["3.11"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

Wyświetl plik

@ -15,7 +15,7 @@ jobs:
timeout-minutes: 8 timeout-minutes: 8
strategy: strategy:
matrix: matrix:
python-version: ["3.10", "3.11"] python-version: ["3.11", "3.12"]
db: db:
- "postgres://postgres:postgres@localhost/postgres" - "postgres://postgres:postgres@localhost/postgres"
include: include:

Wyświetl plik

@ -4,7 +4,7 @@ version: 2
build: build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
python: "3.10" python: "3.11"
# Build documentation in the docs/ directory with Sphinx # Build documentation in the docs/ directory with Sphinx
sphinx: sphinx:

Wyświetl plik

@ -79,7 +79,7 @@ local installation, though.
Direct Installation Direct Installation
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
Takahē requires Python 3.10 or above, so you'll need that first. Clone the repo:: Takahē requires Python 3.11 or above, so you'll need that first. Clone the repo::
git clone https://github.com/jointakahe/takahe/ git clone https://github.com/jointakahe/takahe/

Wyświetl plik

@ -39,6 +39,9 @@ Minor changes also include:
* SMTP servers that don't require authentication are now supported. * SMTP servers that don't require authentication are now supported.
* Python 3.11 is now the minimum version required; this will not affect you at
all if you run Takahē via a docker image, as is recommended.
If you'd like to help with code, design, or other areas, see If you'd like to help with code, design, or other areas, see
:doc:`/contributing` to see how to get in touch. :doc:`/contributing` to see how to get in touch.