Deprecate Python 3.8

Python 3.8 is nearing EOL, and it's being deprecated here to allow for
more ready dependency resolution between pandas and numpy, avoiding a
fatal import. Resolves #2266.
This commit is contained in:
Paul Pfeister
2024-08-23 01:15:47 -04:00
parent 47ab466d85
commit c6c1f3eef7
5 changed files with 5 additions and 9 deletions
-1
View File
@@ -49,7 +49,6 @@ jobs:
macos-latest,
]
python-version: [
'3.8',
'3.9',
'3.10',
'3.11',