File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup Python
22
22
uses : actions/setup-python@v4
23
23
with :
24
- python-version : " 3.10 "
24
+ python-version : " 3.11 "
25
25
26
26
- name : Install Tox
27
27
run : pip install tox
Original file line number Diff line number Diff line change 12
12
runs-on : self-hosted
13
13
strategy :
14
14
matrix :
15
- py : [ "3.10 ", "pypy3.10 " ]
15
+ py : [ "3.11 ", "pypy3.11 " ]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ This specification aims to be:
31
31
32
32
Running the tests necessary to merge into the repository requires:
33
33
34
- * Python 3.10 .x, and
35
- * [ PyPy 7.3.12 ] ( https://www.pypy .org/ ) or later.
34
+ * Python 3.11 .x, and
35
+ * [ PyPy] ( https://www.pypy.org/ ) [ 7.3.19 ] ( https://downloads.python .org/pypy / ) or later.
36
36
* ` geth ` installed and present in ` $PATH `
37
37
38
38
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The execution specification is a python implementation of Ethereum that prioriti
52
52
53
53
The Ethereum specification is maintained as a Python library, for better integration with tooling and testing.
54
54
55
- Requires Python 3.10 +
55
+ Requires Python 3.11 +
56
56
57
57
### Building
58
58
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license_files =
10
10
classifiers =
11
11
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
12
12
Programming Language :: Python :: 3
13
- Programming Language :: Python :: 3.10
13
+ Programming Language :: Python :: 3.11
14
14
Programming Language :: Python :: Implementation :: PyPy
15
15
Programming Language :: Python :: Implementation :: CPython
16
16
Intended Audience :: Developers
@@ -121,7 +121,7 @@ packages =
121
121
package_dir =
122
122
=src
123
123
124
- python_requires = >=3.10
124
+ python_requires = >=3.11
125
125
install_requires =
126
126
pycryptodome>=3,<4
127
127
coincurve>=20,<21
@@ -186,7 +186,7 @@ tools =
186
186
platformdirs>=4.2,<5
187
187
188
188
doc =
189
- docc>=0.2.2 ,<0.3 .0
189
+ docc>=0.3.0 ,<0.4 .0
190
190
fladrif>=0.2.0,<0.3.0
191
191
192
192
optimized =
You can’t perform that action at this time.
0 commit comments