Skip to content

Commit fb70408

Browse files
authored
fix: fix python versions (#165)
IPython is not supporting python 3.7
1 parent 0901392 commit fb70408

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
25+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v3

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ authors = [
77
classifiers = [
88
"License :: OSI Approved :: Apache Software License",
99
"Programming Language :: Python",
10-
"Programming Language :: Python :: 3.7",
1110
"Programming Language :: Python :: 3.8",
1211
"Programming Language :: Python :: 3.9",
1312
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)