File tree 6 files changed +7
-12
lines changed
6 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
- _commit : ec8da94
2
+ _commit : d91bf92
3
3
_src_path : gh:scipp/copier_template
4
4
description : A daemon that creates a raw dataset using scicat interface whenever a
5
5
new file is written by a file-writer.
6
6
max_python : ' 3.12'
7
- min_python : ' 3.9 '
7
+ min_python : ' 3.12 '
8
8
namespace_package : ' '
9
9
nightly_deps : ' '
10
10
orgname : ScicatProject
Original file line number Diff line number Diff line change 1
- 3.9
1
+ 3.12
Original file line number Diff line number Diff line change @@ -18,14 +18,11 @@ classifiers = [
18
18
" Operating System :: OS Independent" ,
19
19
" Programming Language :: Python :: 3" ,
20
20
" Programming Language :: Python :: 3 :: Only" ,
21
- " Programming Language :: Python :: 3.9" ,
22
- " Programming Language :: Python :: 3.10" ,
23
- " Programming Language :: Python :: 3.11" ,
24
21
" Programming Language :: Python :: 3.12" ,
25
22
" Topic :: Scientific/Engineering" ,
26
23
" Typing :: Typed" ,
27
24
]
28
- requires-python = " >=3.9 "
25
+ requires-python = " >=3.12 "
29
26
30
27
# IMPORTANT:
31
28
# Run 'tox -e deps' after making changes here. This will update requirement files.
@@ -82,5 +79,4 @@ enable_error_code = [
82
79
" redundant-expr" ,
83
80
" truthy-bool" ,
84
81
]
85
- show_error_codes = true
86
82
warn_unreachable = true
Original file line number Diff line number Diff line change 6
6
copier
7
7
pip-compile-multi
8
8
pre-commit
9
-
10
- # See https://github.com/copier-org/copier/issues/1568
11
- pyyaml-include<2
Original file line number Diff line number Diff line change
1
+ def test_package () -> None :
2
+ import scicat_filewriter_ingest # noqa: F401
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py39
2
+ envlist = py312
3
3
isolated_build = true
4
4
5
5
[testenv]
You can’t perform that action at this time.
0 commit comments