Skip to content

Commit

Permalink
Merge pull request #152 from jklynch/external-file-reference
Browse files Browse the repository at this point in the history
Add Xspress3ExternalFileReference, Xspress3HDF5Plugin, and time series PVs
  • Loading branch information
mrakitin authored Dec 16, 2022
2 parents e1aff27 + dccc9f2 commit 91a358b
Show file tree
Hide file tree
Showing 8 changed files with 783 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]

fail-fast: false
steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ipython_log.py

*.code-workspace

.idea/
.vscode/

Expand Down
Loading

0 comments on commit 91a358b

Please sign in to comment.