Skip to content

Commit

Permalink
[add] Compatibility + tests on Python 3.12 & 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jan 27, 2025
1 parent 929174b commit 6ef1db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.10', '3.11']
python_version: ['3.10', '3.11', '3.12', '3.13']
# Use https://ghcr.io/ledgerhq/speculos-builder which has all the required
# dependencies
container:
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=61.2",
"setuptools>=65",
"wheel",
"setuptools_scm",
"cmake"
Expand All @@ -15,6 +15,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit 6ef1db5

Please sign in to comment.