Skip to content

Commit

Permalink
Initial Python 3.13 beta support (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser authored May 21, 2024
1 parent 7d901a3 commit 57d66c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
include:
- python-version: 3.8
tox-env: py38
Expand All @@ -29,11 +29,11 @@ jobs:
tox-env: py311
- python-version: '3.12'
tox-env: py312
# - python-version: '3.13'
# tox-env: py313
# exclude:
# - platform: windows-latest
# python-version: '3.13'
- python-version: '3.13'
tox-env: py313
exclude:
- platform: windows-latest
python-version: '3.13'

env:
TOXENV: ${{ matrix.tox-env }}
Expand All @@ -43,7 +43,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
if: "!endsWith(matrix.python-version, '-dev')"
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down
Binary file added tools/unicodedata/15.1.0.zip
Binary file not shown.

0 comments on commit 57d66c2

Please sign in to comment.