Skip to content

Commit

Permalink
CI: Run on Python 3.8 and 3.12
Browse files Browse the repository at this point in the history
This is to verify both the minimum and maximum versions of Python to be
supported. There are gaps in between, but c'est la view, it saves time
and resources.
  • Loading branch information
amotl committed Nov 2, 2023
1 parent 0727421 commit da18111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.12"]
python-version: ["3.8", "3.12"]

env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit da18111

Please sign in to comment.