Skip to content

Commit

Permalink
Merge pull request #107 from antonok-edm/python-3.11
Browse files Browse the repository at this point in the history
Add Python 3.11 to test matrix
  • Loading branch information
eprbell authored Mar 21, 2024
2 parents f06d273 + afd23ce commit 3d43e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
env:
PYTHONPATH: ./src:./test
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
env:
PYTHONPATH: .\src;.\test
steps:
Expand Down

0 comments on commit 3d43e7c

Please sign in to comment.