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 534912f commit 4358160Copy full SHA for 4358160
.github/workflows/lint-test-cover-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
pip install -U .[coveralls]
30
python -m coveralls --service=github # Submit to coveralls.
31
- if: matrix.python-version == '3.11'
+ if: matrix.python-version == '3.12'
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
.readthedocs.yaml
@@ -16,4 +16,4 @@ python:
16
build:
17
os: 'ubuntu-22.04'
18
tools:
19
- python: '3.11'
+ python: '3.12'
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pailliers"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = """\
5
Minimal pure-Python implementation of Paillier's additively \
6
homomorphic cryptosystem.
0 commit comments