Skip to content

Commit

Permalink
Add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 10, 2023
1 parent ccd6954 commit 54f5871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
PYTHON_VERSION: ['3.9', '3.10']
PYTHON_VERSION: ['3.9', '3.11']
LABEL: ['']
include:
- os: ubuntu
PYTHON_VERSION: '3.8'
- os: ubuntu
PYTHON_VERSION: '3.11'
PYTHON_VERSION: '3.10'
- os: ubuntu
PYTHON_VERSION: '3.12'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
Expand All @@ -44,6 +45,7 @@ dependencies = [
"scipy",
"traits",
]
dynamic = ["version"]

[project.entry-points."hyperspy.extensions"]
exspy = "exspy"
Expand Down

0 comments on commit 54f5871

Please sign in to comment.