Skip to content

Commit d3c196e

Browse files
committed
Declare compatibility with pulpcore 3.70
1 parent 86f5710 commit d3c196e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ minio_access_key: "'$MINIO_ACCESS_KEY'"\
9797
minio_secret_key: "'$MINIO_SECRET_KEY'"\
9898
pulp_scenario_settings: {"domain_enabled": true}\
9999
pulp_scenario_env: {}\
100-
test_storages_compat_layer: false\
100+
test_storages_compat_layer: true\
101101
' vars/main.yaml
102102
export PULP_API_ROOT="/rerouted/djnd/"
103103
fi

CHANGES/+pulpcore-3.70.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added pulpcore 3.70 compatibility

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers=[
2727
]
2828
requires-python = ">=3.9"
2929
dependencies = [
30-
"pulpcore>=3.49.0,<3.70",
30+
"pulpcore>=3.49.0,<3.85",
3131
"pkginfo>=1.10.0,<1.12.0", # Twine has <1.11 in their requirements
3232
"bandersnatch>=6.3,<7.0", # Anything >6.3 requires Python 3.10+
3333
"pypi-simple>=1.5.0,<2.0",

template_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ test_lowerbounds: true
6868
test_performance: false
6969
test_reroute: true
7070
test_s3: true
71-
test_storages_compat_layer: false
71+
test_storages_compat_layer: true
7272
use_issue_template: true
7373

0 commit comments

Comments
 (0)