Skip to content

Commit f9392a0

Browse files
committed
remove htcondor dep; bump to 3.13
1 parent 98d676f commit f9392a0

File tree

1 file changed

+40
-42
lines changed

1 file changed

+40
-42
lines changed

setup.cfg

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[wipac:cicd_setup_builder]
22
python_min = 3.10
3-
python_max = 3.12
3+
python_max = 3.13
44
patch_without_tag = False
55
package_dirs =
6-
skydriver
7-
s3_sidecar
8-
ewms_init_container
6+
skydriver
7+
s3_sidecar
8+
ewms_init_container
99

1010
[metadata] # generated by wipac:cicd_setup_builder: name, version, keywords
1111
version = attr: skydriver.__version__
1212
keywords =
13-
WIPAC
14-
IceCube
13+
WIPAC
14+
IceCube
1515
name = skydriver-s3-sidecar-ewms-init-container
1616

1717
[semantic_release] # fully-generated by wipac:cicd_setup_builder
@@ -26,52 +26,50 @@ branch = main
2626

2727
[options] # generated by wipac:cicd_setup_builder: python_requires, packages
2828
install_requires =
29-
aiocache
30-
boto3
31-
dacite
32-
htcondor
33-
humanfriendly
34-
kubernetes
35-
motor==3.3.2
36-
pymongo==4.6.1
37-
pyyaml
38-
requests
39-
tornado
40-
typeguard
41-
wipac-dev-tools
42-
wipac-rest-tools
29+
aiocache
30+
boto3
31+
dacite
32+
humanfriendly
33+
kubernetes
34+
motor==3.3.2
35+
pymongo==4.6.1
36+
pyyaml
37+
requests
38+
tornado
39+
typeguard
40+
wipac-dev-tools
41+
wipac-rest-tools
4342
python_requires = >=3.10, <3.13
4443
packages = find:
4544

4645
[options.extras_require]
4746
tests =
48-
pytest
49-
pytest-asyncio
50-
pytest-mock
51-
nest-asyncio
52-
flask
47+
pytest
48+
pytest-asyncio
49+
pytest-mock
50+
nest-asyncio
51+
flask
5352
mypy =
54-
%(tests)s
55-
texttable
53+
%(tests)s
54+
texttable
5655

5756
[options.package_data] # generated by wipac:cicd_setup_builder: '*'
5857
* = py.typed
5958

6059
[options.packages.find] # generated by wipac:cicd_setup_builder: include/exclude
6160
include =
62-
skydriver
63-
s3_sidecar
64-
ewms_init_container
65-
skydriver.*
66-
s3_sidecar.*
67-
ewms_init_container.*
61+
skydriver
62+
s3_sidecar
63+
ewms_init_container
64+
skydriver.*
65+
s3_sidecar.*
66+
ewms_init_container.*
6867
exclude =
69-
test
70-
tests
71-
doc
72-
docs
73-
resource
74-
resources
75-
example
76-
examples
77-
68+
test
69+
tests
70+
doc
71+
docs
72+
resource
73+
resources
74+
example
75+
examples

0 commit comments

Comments
 (0)