Skip to content

Commit

Permalink
Merge dd8fa6a into 5753ad1
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed May 16, 2023
2 parents 5753ad1 + dd8fa6a commit 8665b29
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python3.yaml
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10"]
twisted-version: [tx18, tx19, tx20, tx21]
include:
- python-version: "3.11"
twisted-version: "tx22"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -39,7 +39,7 @@ txtorcon
- **code**: https://github.com/meejah/txtorcon
- ``torsocks git clone git://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon.git``
- MIT-licensed;
- Python 3.5+, PyPy 5.0.0+;
- Python 3.8+, PyPy 7.3.7+;
- depends on
`Twisted`_,
`Automat <https://github.com/glyph/automat>`_
Expand Down
1 change: 1 addition & 0 deletions docs/releases.rst
Expand Up @@ -19,6 +19,7 @@ See also :ref:`api_stability`.

* ``twisted.web.client.Agent`` instances now use the same HTTPS policy by default as ``twisted.web.client.Agent``.
It is possible to override this policy with the ``tls_context_factory`` argument, the equivalent to ``Agent``'s ``contextFactory=``.
* Added support for Python 3.11.


v23.0.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -41,6 +41,7 @@
name='txtorcon',
version=__version__,
description=description,
python_requires=">=3.8",
## setup_requires="setuptools>=36.2",
long_description=open('README.rst', 'r').read(),
keywords=['python', 'twisted', 'tor', 'tor controller'],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -11,7 +11,7 @@
# stretch: 16.3.0-1

[tox]
envlist = clean,flake8,stats,readme_render,{py36,py37,py38,py39,pypy}-{tx18,tx19,tx20},{py36,py37,py38,py39}-tx21
envlist = clean,flake8,stats,readme_render,{py36,py37,py38,py39,pypy}-{tx18,tx19,tx20},{py36,py37,py38,py39}-tx21,{py310,py311}-tx22
# if you're not using detox, you can use this list to get
# "all environments" coverage stats:
# tox -e 'clean,flake8,py39-tx20,pypy-tx20,py35-tx20,stats'
Expand Down

0 comments on commit 8665b29

Please sign in to comment.