mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 14:51:02 +00:00
Bump to Python 3.11, as 3.10 is in security-only now
This commit is contained in:
parent
57cefa967c
commit
e577d020ee
5 changed files with 7 additions and 4 deletions
2
.github/workflows/test-docs.yml
vendored
2
.github/workflows/test-docs.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10"]
|
||||
python-version: ["3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
timeout-minutes: 8
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11"]
|
||||
python-version: ["3.11", "3.12"]
|
||||
db:
|
||||
- "postgres://postgres:postgres@localhost/postgres"
|
||||
include:
|
||||
|
|
|
@ -4,7 +4,7 @@ version: 2
|
|||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.10"
|
||||
python: "3.11"
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
|
|
|
@ -79,7 +79,7 @@ local installation, though.
|
|||
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/
|
||||
|
||||
|
|
|
@ -39,6 +39,9 @@ Minor changes also include:
|
|||
|
||||
* 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
|
||||
:doc:`/contributing` to see how to get in touch.
|
||||
|
||||
|
|
Loading…
Reference in a new issue