Skip to content

Commit

Permalink
CI: Test Python 3.8 + 3.12 with Conan 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Jun 6, 2024
1 parent 1e1351d commit b31851f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-22.04", "windows-2019", "macos-11.0"]
python_version:
- "3.8"
- "3.12"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
# This should be considered the minimum Python version supported
# Don't just update this without reason
with:
python-version: "3.8"
python-version: ${{ matrix.python_version }}
- name: "Build"
shell: bash
run: |
Expand All @@ -69,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- name: Build
run: |
python setup.py sdist
Expand Down

0 comments on commit b31851f

Please sign in to comment.