Skip to content

Commit

Permalink
fixes for CI: python versions. fixes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Jan 22, 2024
1 parent a38eae7 commit 2e3ebc5
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10.9" ]
python-version: ["3.10.9", "3.11"]

timeout-minutes: 90

Expand Down
122 changes: 61 additions & 61 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e3ebc5

Please sign in to comment.