Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make Python versions more specific
  • Loading branch information
dbieber committed Nov 28, 2022
commit c4e5575b9e7198dce0ddd731cc8358c75f2c0e4f
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7, 3.5, 3.7, 3.8, 3.9]
python-version: [2.7.18, 3.5.10, 3.7.15, 3.8.14, 3.9.15]

steps:
# Checkout the repo.
Expand Down