Skip to content

Commit

Permalink
Add Python 3.13 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed May 7, 2024
1 parent e29a58d commit 7b4f033
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
include:
# The number of builds that submit code coverage configured here MUST be identical
# to the number of `after_n_builds` in /home/bart/code/bartfeenstra/betty/codecov.yml.
- name: 'Python 3.13'
os: ubuntu-latest
python: '3.13.0-alpha.6'
- name: 'Python 3.12'
os: ubuntu-latest
python: '3.12'
Expand All @@ -26,10 +29,10 @@ jobs:
python: '3.11'
- name: 'macOS'
os: macos-latest
python: '3.12'
python: '3.13.0-alpha.6'
- name: 'Windows'
os: windows-latest
python: '3.12'
python: '3.13.0-alpha.6'
timeout-minutes: 60
steps:
- name: Check out the source code
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ codecov:
# The number of builds configured here MUST be identical to the number
# of matrix options in /.github/workflows/test.yml that submit code coverage
# reports to Codecov.io.
after_n_builds: 4
after_n_builds: 5
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ classifiers = [
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: JavaScript',
'Programming Language :: Lua',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Lua',
'Programming Language :: Python :: 3.13',
'Programming Language :: JavaScript',
'Programming Language :: Unix Shell',
'Operating System :: MacOS :: MacOS X',
Expand Down

0 comments on commit 7b4f033

Please sign in to comment.