File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-latest
38
38
environment :
39
39
name : pypi
40
- url : https://pypi.org/p/rabinmiller
40
+ url : https://pypi.org/p/egcd
41
41
permissions :
42
42
id-token : write
43
43
steps :
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ python:
16
16
build :
17
17
os : ' ubuntu-22.04'
18
18
tools :
19
- python : ' 3.11 '
19
+ python : ' 3.12 '
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Examples
40
40
^^^^^^^^
41
41
42
42
.. |egcd | replace :: ``egcd ``
43
- .. _egcd : https://egcd.readthedocs.io/en/2.0.1 /_source/egcd.html#egcd.egcd.egcd
43
+ .. _egcd : https://egcd.readthedocs.io/en/2.0.2 /_source/egcd.html#egcd.egcd.egcd
44
44
45
45
.. |math_gcd | replace :: ``math.gcd ``
46
46
.. _math_gcd : https://docs.python.org/3/library/math.html#math.gcd
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " egcd"
3
- version = " 2.0.1 "
3
+ version = " 2.0.2 "
4
4
description = """ \
5
5
Pure-Python extended Euclidean algorithm implementation \
6
6
that accepts any number of integer arguments.\
You can’t perform that action at this time.
0 commit comments