Skip to content

Commit

Permalink
CI #1016
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 18, 2024
1 parent 3a90455 commit a6f9e2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# see .ruff.toml file for options

test-matrix:
name: Workflow Redevelopment
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
needs: lint
strategy:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- nodefaults

dependencies:
- python >=3.8, <=3.11
- python >=3.8
- area-detector-handlers
- bluesky >=1.6.7, !=1.11.0
- bluesky-live
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ classifiers = [
"Programming Language :: Python",
"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 :: 3.9",
# "Programming Language :: Python :: 3.10",
# "Programming Language :: Python :: 3.11",
# "Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Bio-Informatics",
Expand Down

0 comments on commit a6f9e2b

Please sign in to comment.