Skip to content

Commit

Permalink
CI: test Python 3.5 instead of 3.4 on Windows.
Browse files Browse the repository at this point in the history
Fixes:

    Collecting docutils
      Could not find a version that satisfies the requirement docutils (from versions: )
    No matching distribution found for docutils
  • Loading branch information
jwilk committed Nov 13, 2024
1 parent d2141eb commit 2a668fb
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 @@ -171,7 +171,7 @@ jobs:
strategy:
matrix:
include:
- python: '3.4'
- python: '3.5'
os: windows-2019
- python: '3.9'
os: windows-2019
Expand Down

0 comments on commit 2a668fb

Please sign in to comment.