Skip to content

Commit 4358160

Browse files
committed
Use Python 3.12 for coverage reporting and Read the Docs; update version.
1 parent 534912f commit 4358160

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-test-cover-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
pip install -U .[coveralls]
3030
python -m coveralls --service=github # Submit to coveralls.
31-
if: matrix.python-version == '3.11'
31+
if: matrix.python-version == '3.12'
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ python:
1616
build:
1717
os: 'ubuntu-22.04'
1818
tools:
19-
python: '3.11'
19+
python: '3.12'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pailliers"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = """\
55
Minimal pure-Python implementation of Paillier's additively \
66
homomorphic cryptosystem.

0 commit comments

Comments
 (0)