From 9473f10653ca9ff5ecaa79ca96af2d20e7f82460 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 17 Jan 2024 08:08:37 +0100 Subject: [PATCH] added tests for Ubuntu "Mantic Minotaur" --- .DEBIAN/requirements-ubuntu-23.10.txt | 10 ++++++++++ .gitlab-ci.yml | 3 ++- README.md | 5 +++-- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .DEBIAN/requirements-ubuntu-23.10.txt diff --git a/.DEBIAN/requirements-ubuntu-23.10.txt b/.DEBIAN/requirements-ubuntu-23.10.txt new file mode 100644 index 0000000..4cab03f --- /dev/null +++ b/.DEBIAN/requirements-ubuntu-23.10.txt @@ -0,0 +1,10 @@ +# https://packages.ubuntu.com +fastapi==0.101.0 +uvicorn[standard]==0.23.2 +python-jose[pycryptodome]==3.3.0 +pycryptodome==3.11.0 +python-dateutil==2.8.2 +sqlalchemy==1.4.47 +markdown==3.4.4 +python-dotenv==1.0.0 +jinja2==3.1.2 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 022ebd7..3130f5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,6 +140,7 @@ test: - requirements.txt - .DEBIAN/requirements-bookworm-12.txt - .DEBIAN/requirements-ubuntu-23.04.txt + - .DEBIAN/requirements-ubuntu-23.10.txt before_script: - apt-get update && apt-get install -y python3-dev gcc - pip install cython @@ -201,7 +202,7 @@ test:debian: test:ubuntu: extends: .test:linux - image: ubuntu:23.04 + image: ubuntu:23.10 test:archlinux: image: archlinux:base diff --git a/README.md b/README.md index 86c7b34..5bd6af9 100644 --- a/README.md +++ b/README.md @@ -318,8 +318,9 @@ Packages are available here: Successful tested with: - Debian 12 (Bookworm) -- Ubuntu 22.10 (Kinetic Kudu) (EOL!) -- Ubuntu 23.04 (Lunar) +- Ubuntu 22.10 (Kinetic Kudu) (EOL: July 20, 2023) +- Ubuntu 23.04 (Lunar Lobster) (EOL: January 2024) +- Ubuntu 23.10 (Mantic Minotaur) (EOL: July 2024) Not working with: