Skip to content

Commit

Permalink
string versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAndre-Rivet committed May 1, 2024
1 parent b046763 commit 8e62560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
matrix:
os-python-version:
[
{ "os": "ubuntu-latest", "python": 3.7 },
{ "os": "ubuntu-latest", "python": 3.8 },
{ "os": "ubuntu-latest", "python": 3.10 },
{ "os": "ubuntu-latest", "python": "3.7" },
{ "os": "ubuntu-latest", "python": '3.8' },
{ "os": "ubuntu-latest", "python": "3.10" },
]

steps:
Expand Down

0 comments on commit 8e62560

Please sign in to comment.