File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
- 3.7
17
17
- 3.8
18
18
- 3.9
19
+ - ' 3.10'
19
20
- pypy-2.7
20
21
- pypy-3.6
21
22
- pypy-3.7
@@ -44,10 +45,10 @@ jobs:
44
45
steps :
45
46
- name : Checkout code
46
47
uses : actions/checkout@v1
47
- - name : Setup Python 3.9
48
+ - name : Setup Python 3.10
48
49
uses : actions/setup-python@v2
49
50
with :
50
- python-version : 3.9
51
+ python-version : ' 3.10 '
51
52
- name : Install coverage package
52
53
run : python -m pip install -U coverage
53
54
- name : Download partial coverage reports
@@ -76,10 +77,10 @@ jobs:
76
77
steps :
77
78
- name : Checkout code
78
79
uses : actions/checkout@v1
79
- - name : Setup Python 3.9
80
+ - name : Setup Python '3.10'
80
81
uses : actions/setup-python@v2
81
82
with :
82
- python-version : 3.9
83
+ python-version : ' 3.10 '
83
84
- name : Update pip
84
85
run : python -m pip install -U pip wheel setuptools
85
86
- name : Install tox
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ classifiers =
21
21
Operating System :: OS Independent
22
22
Programming Language :: Python
23
23
Programming Language :: Python :: 2.7
24
- Programming Language :: Python :: 3.4
25
24
Programming Language :: Python :: 3.5
26
25
Programming Language :: Python :: 3.6
27
26
Programming Language :: Python :: 3.7
28
27
Programming Language :: Python :: 3.8
29
28
Programming Language :: Python :: 3.9
29
+ Programming Language :: Python :: 3.10
30
30
Programming Language :: Python :: Implementation :: CPython
31
31
Programming Language :: Python :: Implementation :: PyPy
32
32
Topic :: System :: Filesystems
You can’t perform that action at this time.
0 commit comments