Skip to content

Commit

Permalink
Merge pull request #51 from MiraGeoscience/DEVOPS-452
Browse files Browse the repository at this point in the history
DEVOPS-452: also run tests on Windows for Python 3.11, 3.12
  • Loading branch information
sebhmg authored Aug 3, 2024
2 parents cf3514f + dc9d46f commit 74f6fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_windows.yml@main
with:
package_manager: 'poetry'
python_ver: '["3.10"]'
python_ver: '["3.10", "3.11", "3.12"]'
cache_number: 1
codecov_reference_python_ver: '3.10'
secrets:
Expand Down

0 comments on commit 74f6fec

Please sign in to comment.