Skip to content

Commit

Permalink
Add Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Nov 10, 2024
1 parent 7616849 commit ef075a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Setup and install tools
run: |
python -m pip install --upgrade black
Expand All @@ -22,7 +22,7 @@ jobs:
fail-fast: false
max-parallel: 8
matrix:
python-version: [3.7, 3.12]
python-version: [3.7, 3.13]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macos-latest
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def get_meta(name):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation",
"Topic :: Education :: Testing",
"Topic :: Software Development",
Expand Down

0 comments on commit ef075a4

Please sign in to comment.