mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 23:01:00 +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
|
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 }}
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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/
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue