Skip to content

Commit bdcc696

Browse files
committed
Drop EOL python 3.8 and update some CI config.
1 parent 29cd77a commit bdcc696

File tree

12 files changed

+92
-266
lines changed

12 files changed

+92
-266
lines changed

Diff for: .cookiecutterrc

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)
22

33
default_context:
4-
allow_tests_inside_package: 'no'
5-
c_extension_function: '-'
6-
c_extension_module: '-'
74
c_extension_optional: 'yes'
85
c_extension_support: 'yes'
96
codacy: 'no'
@@ -17,17 +14,19 @@ default_context:
1714
1815
formatter_quote_style: single
1916
full_name: Ionel Cristian Mărieș
17+
function_name: compute
2018
github_actions: 'yes'
2119
github_actions_osx: 'yes'
2220
github_actions_windows: 'yes'
2321
license: BSD 2-Clause License
22+
module_name: cext
2423
package_name: lazy_object_proxy
2524
pre_commit: 'yes'
2625
project_name: lazy-object-proxy
2726
project_short_description: A fast and thorough lazy object proxy.
2827
pypi_badge: 'yes'
2928
pypi_disable_upload: 'no'
30-
release_date: '2023-01-04'
29+
release_date: '2023-12-15'
3130
repo_hosting: github.com
3231
repo_hosting_domain: github.com
3332
repo_main_branch: master
@@ -38,10 +37,11 @@ default_context:
3837
sphinx_docs: 'yes'
3938
sphinx_docs_hosting: https://python-lazy-object-proxy.readthedocs.io/
4039
sphinx_doctest: 'no'
41-
sphinx_theme: sphinx-py3doc-enhanced-theme
40+
sphinx_theme: furo
4241
test_matrix_separate_coverage: 'yes'
42+
tests_inside_package: 'no'
4343
version: 1.10.0
4444
version_manager: bump2version
4545
website: https://blog.ionelmc.ro
4646
year_from: '2014'
47-
year_to: '2023'
47+
year_to: '2024'

0 commit comments

Comments
 (0)