Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
4b1f44a3
Commit
4b1f44a3
authored
Mar 19, 2022
by
Jens Vagelpohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Python 3.10 support
parent
df4bd2cd
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
.github/workflows/tests.yml
.github/workflows/tests.yml
+4
-0
CHANGES.rst
CHANGES.rst
+1
-1
setup.py
setup.py
+1
-0
tox.ini
tox.ini
+3
-2
No files found.
.github/workflows/tests.yml
View file @
4b1f44a3
...
@@ -35,6 +35,10 @@ jobs:
...
@@ -35,6 +35,10 @@ jobs:
-
[
"
3.9"
,
"
py39-mtacceptor"
]
-
[
"
3.9"
,
"
py39-mtacceptor"
]
-
[
"
3.9"
,
"
py39-mtacceptor-msgpack1"
]
-
[
"
3.9"
,
"
py39-mtacceptor-msgpack1"
]
-
[
"
3.9"
,
"
py39-uvloop"
]
-
[
"
3.9"
,
"
py39-uvloop"
]
-
[
"
3.10"
,
"
py310"
]
-
[
"
3.10"
,
"
py310-mtacceptor"
]
-
[
"
3.10"
,
"
py310-mtacceptor-msgpack1"
]
-
[
"
3.10"
,
"
py310-uvloop"
]
-
[
"
pypy2"
,
"
pypy"
]
-
[
"
pypy2"
,
"
pypy"
]
-
[
"
pypy3"
,
"
pypy3"
]
-
[
"
pypy3"
,
"
pypy3"
]
-
[
"
pypy3"
,
"
pypy3-mtacceptor"
]
-
[
"
pypy3"
,
"
pypy3-mtacceptor"
]
...
...
CHANGES.rst
View file @
4b1f44a3
...
@@ -4,7 +4,7 @@ Changelog
...
@@ -4,7 +4,7 @@ Changelog
5.3.0 (unreleased)
5.3.0 (unreleased)
------------------
------------------
- Add support for Python 3.8
and Python 3.9
.
- Add support for Python 3.8
, 3.9 and 3.10
.
- Add more accurate error handling for ``asyncio.CancelledError``.
- Add more accurate error handling for ``asyncio.CancelledError``.
See `issue 165 <https://github.com/zopefoundation/ZEO/issues/165>`_.
See `issue 165 <https://github.com/zopefoundation/ZEO/issues/165>`_.
...
...
setup.py
View file @
4b1f44a3
...
@@ -50,6 +50,7 @@ Programming Language :: Python :: 3.6
...
@@ -50,6 +50,7 @@ Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: PyPy
Topic :: Database
Topic :: Database
...
...
tox.ini
View file @
4b1f44a3
...
@@ -6,6 +6,7 @@ envlist =
...
@@ -6,6 +6,7 @@ envlist =
py37
py37
py38
py38
py39
py39
py310
pypy
pypy
pypy3
pypy3
simple
simple
...
@@ -44,14 +45,14 @@ setenv =
...
@@ -44,14 +45,14 @@ setenv =
[testenv:simple]
[testenv:simple]
# Test that 'setup.py test' works
# Test that 'setup.py test' works
basepython
=
basepython
=
python3
.6
python3
commands
=
commands
=
python
setup.py
-q
test
-q
python
setup.py
-q
test
-q
deps
=
{[testenv]deps}
deps
=
{[testenv]deps}
[testenv:docs]
[testenv:docs]
basepython
=
basepython
=
python3
.6
python3
commands
=
commands
=
sphinx-build
-b
html
doc
doc/_build/html
sphinx-build
-b
html
doc
doc/_build/html
extras
=
extras
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment