Skip to content

Commit

Permalink
add clarifying comment about Python version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Mar 7, 2024
1 parent b92d405 commit b2801e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# The specific Python version is irrelevant in this context as we are only packaging non-C extension
# code. This ensures compatibility across Python versions, including Python 3.8, as compatibility is
# dictated by the packaged code itself, not the Python version used for packaging.
python-version: ["3.10"]
arch: [x86_64, aarch64]
exclude:
Expand Down

0 comments on commit b2801e0

Please sign in to comment.