Skip to content

Commit

Permalink
Test on Python 3.13a4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Mar 2, 2024
1 parent 22a2af1 commit b6a7bcc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 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.0a4'
os: ubuntu-latest
python: '3.13.0-alpha.4'
- name: 'Python 3.12'
os: ubuntu-latest
python: '3.12'
Expand Down Expand Up @@ -92,6 +95,8 @@ jobs:
libx11-xcb-dev # For Qt
'^libxcb.*-dev' # For Qt
libxkbcommon-x11-0 # For Qt
libxml2 # For lxml
libxslt1-dev # For lxml
libxss1 # For Cypress
libxtst6 # For Cypress
xauth # For Cypress
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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ classifiers = [
'Programming Language :: JavaScript',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: JavaScript',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
Expand Down

0 comments on commit b6a7bcc

Please sign in to comment.