File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ shared: &shared
27
27
28
28
29
29
jobs :
30
- py37 :
31
- << : *shared
32
- docker :
33
- - image : cimg/python:3.7
34
-
35
30
py38 :
36
31
<< : *shared
37
32
docker :
@@ -47,11 +42,16 @@ jobs:
47
42
docker :
48
43
- image : cimg/python:3.10
49
44
45
+ py311 :
46
+ << : *shared
47
+ docker :
48
+ - image : cimg/python:3.11
49
+
50
50
workflows :
51
51
version : 2
52
52
build :
53
53
jobs :
54
- - py37
55
54
- py38
56
55
- py39
57
56
- py310
57
+ - py311
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ def package_description():
33
33
"Topic :: Scientific/Engineering :: Mathematics" ,
34
34
"Topic :: Software Development :: Libraries :: Python Modules" ,
35
35
"Topic :: Software Development :: Version Control :: Git" ,
36
- "Programming Language :: Python :: 3.7" ,
37
36
"Programming Language :: Python :: 3.8" ,
38
37
"Programming Language :: Python :: 3.9" ,
39
38
"Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments