We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab329b5 commit 6d50789Copy full SHA for 6d50789
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
matrix:
56
python:
57
- "3.8" # oldest Python supported by PSF
58
- - "3.10" # newest Python that is stable
+ - "3.11" # newest Python that is stable
59
platform:
60
- ubuntu-latest
61
- macos-latest
CHANGELOG.md
@@ -9,8 +9,10 @@
9
- add PagePackage import
10
- add utils
11
- add additional requirements 'dataimport', 'UI'
12
+- reset 'setuptools' and 'pytest' versions to latest
13
+- extend python version support to 3.11
14
-## Version v0.8.0
15
+## Version v0.8.1
16
17
- fix #18
18
- fix #19
0 commit comments