Skip to content

Commit

Permalink
chore: test with python 3.12 (#29)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Paul Horton <paul.horton@owasp.org>
Co-authored-by: Paul Horton <paul.horton@owasp.org>
  • Loading branch information
jkowalleck and madpah authored Dec 19, 2023
1 parent c0074ce commit 8051886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
matrix:
include:
- # test with the locked dependencies
python-version: '3.11'
python-version: '3.12'
toxenv-factor: 'locked'
- # test with the lowest dependencies
python-version: '3.7'
Expand Down Expand Up @@ -119,7 +119,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version:
- "3.11" # highest supported
- "3.12" # highest supported
- "3.11"
- "3.10"
- "3.9"
- "3.8"
Expand Down Expand Up @@ -162,7 +163,7 @@ jobs:
run: poetry build

- name: Run tox
run: poetry run tox -v -e py-${{ matrix.toxenv-factor }} -s false
run: poetry run tox -v -r -e py-${{ matrix.toxenv-factor }} -s false

- name: Generate coverage reports
run: >
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

# This file is part of py-serializable
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 8051886

Please sign in to comment.