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 63e17b5 commit 8a39e5dCopy full SHA for 8a39e5d
.github/workflows/python.yaml
@@ -56,5 +56,5 @@ jobs:
56
- name: upload
57
run: twine upload dist/* --non-interactive --skip-existing
58
env:
59
- TWINE_USERNAME: __token__
+ TWINE_USERNAME: righ
60
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
python/README.rst
@@ -17,7 +17,7 @@ Requirements
17
============
18
- Python: 3.3 or later.
19
20
- - Tested with 3.7
+ - Tested with 3.7, 3.11
21
22
23
Installation
0 commit comments