Skip to content

Commit

Permalink
[ci][add] Testing package on Python version 3.8 -> 3.11
Browse files Browse the repository at this point in the history
lpascal-ledger committed Feb 5, 2024
1 parent b59ff3a commit e9202e4
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_tests.yml
Original file line number Diff line number Diff line change
@@ -15,14 +15,17 @@ on:
paths:
- src
- tests
- .github/workflows/build_and_tests.yml

jobs:

build_install_test:
name: Build, install and test the Ledgered Python package
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11']
steps:

- name: Clone
uses: actions/checkout@v3

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@ readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",

0 comments on commit e9202e4

Please sign in to comment.