From b6a7bcc95e2a5ef66991ab9a1bf190044fd5bd8a Mon Sep 17 00:00:00 2001 From: Bart Feenstra Date: Sat, 2 Mar 2024 08:21:58 +0000 Subject: [PATCH] Test on Python 3.13a4 --- .github/workflows/test.yml | 5 +++++ codecov.yml | 2 +- pyproject.toml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a83cdecc..fa3aa6c2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' @@ -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 diff --git a/codecov.yml b/codecov.yml index 063f3461e..4bb6e9e7a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 44de5ec02..abd38809f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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',