Use 3.9 as the base python version for CI tests.

pull/3521/head
derekpierre 2024-07-16 10:27:53 -04:00
parent fe02e51c41
commit b4e1042e83
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.12" ]
python-version: [ "3.9", "3.12" ]
steps:
- name: Checkout repo