Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 5f4e5fc

Browse files
committed
Update version to 2023.05.1
Project dependencies are updated to the newest versions. Added Python3.11 to tox configuration. Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
1 parent a7f8cd1 commit 5f4e5fc

File tree

3 files changed

+109
-108
lines changed

3 files changed

+109
-108
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ ubuntu-latest, macos-latest, windows-latest ]
18-
python-version: [ "3.9", "3.10" ]
18+
python-version: [ "3.9", "3.10", "3.11" ]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)