Skip to content

Commit 7d2d0ca

Browse files
authored
Set version to v2.4.2, extend to python 3.10 (#59)
1 parent c40e1ae commit 7d2d0ca

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
Python36Linux:
13-
imageName: 'ubuntu-16.04'
13+
imageName: 'ubuntu-18.04'
1414
python.version: '3.6'
1515
Python36Windows:
1616
imageName: 'vs2017-win2016'
@@ -19,7 +19,7 @@ jobs:
1919
imageName: 'macos-10.14'
2020
python.version: '3.6'
2121
Python38Linux:
22-
imageName: 'ubuntu-16.04'
22+
imageName: 'ubuntu-18.04'
2323
python.version: '3.8'
2424
Python38Windows:
2525
imageName: 'vs2017-win2016'
@@ -28,14 +28,23 @@ jobs:
2828
imageName: 'macos-10.14'
2929
python.version: '3.8'
3030
Python39Linux:
31-
imageName: 'ubuntu-16.04'
31+
imageName: 'ubuntu-18.04'
3232
python.version: '3.9'
3333
Python39Windows:
3434
imageName: 'vs2017-win2016'
3535
python.version: '3.9'
3636
Python39Mac:
3737
imageName: 'macos-10.14'
3838
python.version: '3.9'
39+
Python310Linux:
40+
imageName: 'ubuntu-18.04'
41+
python.version: '3.10'
42+
Python310Windows:
43+
imageName: 'vs2017-win2016'
44+
python.version: '3.10'
45+
Python310Mac:
46+
imageName: 'macos-10.15'
47+
python.version: '3.10'
3948
maxParallel: 4
4049
pool:
4150
vmImage: $(imageName)

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers =
2121
Programming Language :: Python :: 3.7
2222
Programming Language :: Python :: 3.8
2323
Programming Language :: Python :: 3.9
24+
Programming Language :: Python :: 3.10
2425
Topic :: Scientific/Engineering
2526

2627
[options]

srsly/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.1"
1+
__version__ = "2.4.2"

0 commit comments

Comments
 (0)