From 902e9b94c4d24a548e564f709f26da7906eadb76 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Wed, 24 Apr 2024 22:14:39 +0200 Subject: [PATCH] removed py3.13 from github ci, it is not supported yet --- .github/workflows/python-package.yaml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yaml b/.github/workflows/python-package.yaml index aa0eb5c..a605a6d 100644 --- a/.github/workflows/python-package.yaml +++ b/.github/workflows/python-package.yaml @@ -20,7 +20,6 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13" steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 1038bb8..3b723f8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ blag is named after [the blag of the webcomic xkcd][blagxkcd]. * Integrated devserver * Available on [PyPI][] -blag runs on Linux, Mac and Windows and requires Python >= 3.8 +blag runs on Linux, Mac and Windows and requires Python >= 3.10 [markdown]: https://daringfireball.net/projects/markdown/ [jinja2]: https://palletsprojects.com/p/jinja/