File tree 3 files changed +4
-4
lines changed
{{cookiecutter.github_project_name}} 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
os : [ubuntu-latest, windows-latest, macos-latest]
23
- python-version : ["3.7 ", "3.10 "]
23
+ python-version : ["3.8 ", "3.11 "]
24
24
steps :
25
25
- name : Checkout
26
26
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest, macos-latest]
16
- python-version : ["3.7 ", "3.10 "]
16
+ python-version : ["3.8 ", "3.11 "]
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "{{ cookiecutter.python_package_name }}"
10
10
description = " {{ cookiecutter.project_short_description }}"
11
11
readme = " README.md"
12
12
license = { file = " LICENSE.txt" }
13
- requires-python = " >=3.7 "
13
+ requires-python = " >=3.8 "
14
14
authors = [
15
15
{ name = " {{ cookiecutter.author_name }}" , email = " {{ cookiecutter.author_email }}" },
16
16
]
@@ -26,10 +26,10 @@ classifiers = [
26
26
" License :: OSI Approved :: BSD License" ,
27
27
" Programming Language :: Python" ,
28
28
" Programming Language :: Python :: 3" ,
29
- " Programming Language :: Python :: 3.7" ,
30
29
" Programming Language :: Python :: 3.8" ,
31
30
" Programming Language :: Python :: 3.9" ,
32
31
" Programming Language :: Python :: 3.10" ,
32
+ " Programming Language :: Python :: 3.11" ,
33
33
]
34
34
dependencies = [
35
35
" ipywidgets>=7.0.0" ,
You can’t perform that action at this time.
0 commit comments