Skip to content

Commit

Permalink
Merge branch 'stable' of github.com:stonerlab/Stoner-PythonCode into …
Browse files Browse the repository at this point in the history
…stable
  • Loading branch information
gb119 committed Apr 21, 2024
2 parents fd18dab + 4824190 commit e84c088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-action.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest"]
steps:
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion tests/test-env.yml
Expand Up @@ -18,7 +18,7 @@ dependencies:
- matplotlib >= 3.4.3
- memoization >= 0.3.1
- multiprocess >= 0.70.12.2
- nptdms == 1.1.0
- nptdms >= 1.1.0
- numpy >= 1.21.2
- pytest >= 6.2.4
- pytest-cov >= 2.12.1
Expand Down

0 comments on commit e84c088

Please sign in to comment.