Drop support for python 3.9

This commit is contained in:
JasonGrace2282 2024-09-01 14:56:33 -04:00
commit 560ca7fe85
No known key found for this signature in database
GPG key ID: 8D61FE3F93FB15FA

View file

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