Skip to content

Commit

Permalink
Merge pull request #2636 from swt2c/python_3.8_3.13
Browse files Browse the repository at this point in the history
CI: drop EOL Python 3.8 and use Python 3.13 final
  • Loading branch information
swt2c authored Nov 6, 2024
2 parents 82b1c7a + 6e5015a commit 841919d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-22.04, windows-2022, macos-13 ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
architecture: [ 'x86', 'x64' ]
# Exclude x86 configs on non-Windows OSs
exclude:
Expand Down

0 comments on commit 841919d

Please sign in to comment.