Skip to content

Commit 18eda05

Browse files
committed
no Python 3.7, but try Python 3.11
1 parent f8f92f3 commit 18eda05

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ shared: &shared
2727
2828
2929
jobs:
30-
py37:
31-
<<: *shared
32-
docker:
33-
- image: cimg/python:3.7
34-
3530
py38:
3631
<<: *shared
3732
docker:
@@ -47,11 +42,16 @@ jobs:
4742
docker:
4843
- image: cimg/python:3.10
4944

45+
py311:
46+
<<: *shared
47+
docker:
48+
- image: cimg/python:3.11
49+
5050
workflows:
5151
version: 2
5252
build:
5353
jobs:
54-
- py37
5554
- py38
5655
- py39
5756
- py310
57+
- py311

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def package_description():
3333
"Topic :: Scientific/Engineering :: Mathematics",
3434
"Topic :: Software Development :: Libraries :: Python Modules",
3535
"Topic :: Software Development :: Version Control :: Git",
36-
"Programming Language :: Python :: 3.7",
3736
"Programming Language :: Python :: 3.8",
3837
"Programming Language :: Python :: 3.9",
3938
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)