Update to Bootstrap 5.3.3 (#33)

* Update to Bootstrap 5.3.3
* Remove support for python 3.9
This commit is contained in:
2024-04-09 23:45:58 +02:00
committed by GitHub
parent 4b74a69f3f
commit b37f5420c5
12 changed files with 28 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3