Skip to content

Commit

Permalink
MNT #166
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 8, 2024
1 parent 5d01918 commit 5a9fd8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ jobs:
strategy:
matrix:
python-version:
# - "3.13" # not yet
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
max-parallel: 5
env:
DISPLAY: ":99.0"
Expand Down Expand Up @@ -75,7 +73,7 @@ jobs:
xvfb
- name: Create Python ${{ matrix.python-version }} environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
cache-environment: true
cache-environment-key: env-key-${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
- defaults

dependencies:
- libopenblas
- matplotlib
- pyqt =5
- pyqtgraph
Expand Down
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintainers = [
]
dynamic = ["version"]
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = ["bluesky", "databroker", "tiled", "catalog"]
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/?highlight=license
license = {file = "LICENSE"}
Expand All @@ -35,11 +35,6 @@ classifiers = [
"License :: Public Domain",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"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",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Bio-Informatics",
Expand Down

0 comments on commit 5a9fd8a

Please sign in to comment.