From 09e9d50bc478ed35faf04908b59f09dbec6cc027 Mon Sep 17 00:00:00 2001 From: Jakob Lass Date: Thu, 10 Apr 2025 16:16:49 +0200 Subject: [PATCH] Expand and rename workflow --- .gitea/workflows/{Pythontest.yaml => test.yaml} | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) rename .gitea/workflows/{Pythontest.yaml => test.yaml} (94%) diff --git a/.gitea/workflows/Pythontest.yaml b/.gitea/workflows/test.yaml similarity index 94% rename from .gitea/workflows/Pythontest.yaml rename to .gitea/workflows/test.yaml index 5c67414..58c380a 100644 --- a/.gitea/workflows/Pythontest.yaml +++ b/.gitea/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.11.12] + python-version: [3.13.3,3.12.10,3.11.12,3.10.17,3.9.22] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 62b5be4..bb4611b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ AMBER ===== + + + +[![Test status](https://gitea.psi.ch/lass_j/AMBER/actions/workflows/test.yaml/badge.svg)]() + + General introduction ## Installation