Skip to content

Commit c79df7c

Browse files
committed
Fix python version support
1 parent f28bdbd commit c79df7c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/install-canary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-13]
18-
python-version: ['3.8', '3.9', '3.10', '3.11']
18+
python-version: ["3.10", "3.11"]
1919
defaults:
2020
run:
2121
shell: bash -l {0}

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
"Operating System :: POSIX",
5454
"Programming Language :: Python",
5555
"Programming Language :: Python :: 3",
56-
"Programming Language :: Python :: 3.8",
57-
"Programming Language :: Python :: 3.9",
56+
"Programming Language :: Python :: 3.10",
5857
"Programming Language :: Python :: 3.11",
5958
"Topic :: Scientific/Engineering :: Information Analysis",
6059
"Topic :: Scientific/Engineering :: Mathematics",

0 commit comments

Comments
 (0)