Skip to content

Commit

Permalink
Drop Python 3.8 and 3.9 support (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored Nov 11, 2024
1 parent f11426b commit 476e51d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ["3.8", "3.9", "3.10"]
PYTHON_VERSION: ["3.10"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Software Development :: User Interfaces",
Expand Down

0 comments on commit 476e51d

Please sign in to comment.