Skip to content

Commit

Permalink
Merge pull request #109 from uktrade/tests/more-python-versions
Browse files Browse the repository at this point in the history
ci: test on more recent Python versions
  • Loading branch information
michalc authored Oct 20, 2024
2 parents 0a41897 + 3c34129 commit 736ab5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
os: "ubuntu-20.04"
- python-version: "3.10.0"
os: "ubuntu-20.04"
- python-version: "3.11.0"
os: "ubuntu-20.04"
- python-version: "3.12.0"
os: "ubuntu-20.04"
- python-version: "3.13.0"
os: "ubuntu-20.04"
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout"
Expand All @@ -35,7 +41,7 @@ jobs:
python-version: '${{ matrix.python-version }}'
- name: "Install python dependencies"
run: |
pip install ".[ci]"
pip install ".[dev,ci]"
- name: "Run tests"
run: |
coverage run -m unittest -v
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ dev = [
ci = [
"pycryptodome==3.10.1",
"stream-inflate==0.0.12",
"coverage==6.2",
"pytest==6.2.5",
"pytest-cov==3.0.0",
"trio==0.19.0"
]

[project.urls]
Expand Down

0 comments on commit 736ab5a

Please sign in to comment.