Skip to content

Commit

Permalink
String versions in github actions; removed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
psambit9791 committed Sep 7, 2024
1 parent 899def0 commit 0f945d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ dmypy.json

# Excluded Python Files
test/temp.py
noise.mat
noise.mat
**/.DS_Store
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit 0f945d2

Please sign in to comment.