Prepare new release v0.19.1 and remove support for Python 3.9 (#4490)

Co-authored-by: Francisco Manríquez <francisco.manriquezn@usm.cl>
This commit is contained in:
Benjamin Hackl 2025-12-01 03:20:20 +01:00 committed by GitHub
commit e85bfca015
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1642 additions and 2029 deletions

View file

@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-15-intel, windows-latest]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python: ["3.10", "3.11", "3.12", "3.13"]
steps:
- name: Checkout the repository