Skip to content

Commit

Permalink
tools: github actions: update python versions to amatch available ver…
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Feb 9, 2024
1 parent eac5d37 commit b959762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.6.15', '3.7.17', '3.8.18', '3.9.18']
name: python
steps:
- name: Checkout
Expand Down

0 comments on commit b959762

Please sign in to comment.