Skip to content

Commit

Permalink
python 3.12 only
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Aug 13, 2024
1 parent c2f56da commit fb1ded8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.12]
python-version: [3.12] # Only test on Python 3.12

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.8
- python=3.12
- numpy=1.21.0
- scipy=1.7.1
- matplotlib=3.4.2
Expand Down

0 comments on commit fb1ded8

Please sign in to comment.