Skip to content

Commit

Permalink
Limit to Python 3.9 to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Jan 23, 2024
1 parent 886a2b5 commit 4537415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
python: ['3.10', '3.9']
python: ['3.9', '3.12']
mpl-version: ['3.5', 'latest']
dist: ['ipympl*.whl']
include:
- python: '3.10'
- python: '3.12'
dist: 'ipympl*.tar.gz'

steps:
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ classifiers = [
"Framework :: IPython",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia :: Graphics",
]
dependencies = [
Expand Down

0 comments on commit 4537415

Please sign in to comment.