Skip to content

Commit 186fe14

Browse files
support CPython 3.13 and PyPy3.10
1 parent fdfce0b commit 186fe14

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ pip install "asyncgui-ext-clock>=0.5,<0.6"
5656
- CPython 3.10
5757
- CPython 3.11
5858
- CPython 3.12
59+
- CPython 3.13
60+
- PyPy 3.10
5961

6062
## Misc
6163

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers=[
1616
'Programming Language :: Python :: 3.10',
1717
'Programming Language :: Python :: 3.11',
1818
'Programming Language :: Python :: 3.12',
19+
'Programming Language :: Python :: 3.13',
1920
'Topic :: Software Development :: Libraries',
2021
'Operating System :: OS Independent',
2122
]

0 commit comments

Comments
 (0)