Skip to content

Commit 6d50789

Browse files
committed
feat: extend python version support to 3.11
1 parent ab329b5 commit 6d50789

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
python:
5757
- "3.8" # oldest Python supported by PSF
58-
- "3.10" # newest Python that is stable
58+
- "3.11" # newest Python that is stable
5959
platform:
6060
- ubuntu-latest
6161
- macos-latest

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
- add PagePackage import
1010
- add utils
1111
- add additional requirements 'dataimport', 'UI'
12+
- reset 'setuptools' and 'pytest' versions to latest
13+
- extend python version support to 3.11
1214

13-
## Version v0.8.0
15+
## Version v0.8.1
1416

1517
- fix #18
1618
- fix #19

0 commit comments

Comments
 (0)