Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v6

Expand Down
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --generate-hashes requirements.in
Expand Down Expand Up @@ -175,9 +175,9 @@ jsonschema-specifications==2023.12.1 \
--hash=sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc \
--hash=sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c
# via jsonschema
kinto==23.2.1 \
--hash=sha256:10a9475e41fcb410d10cd84832f8bac8c371928db7fca01838f8e7d1b8b7d04b \
--hash=sha256:2f872dc03e0a4f5e1242a9981f64a12b302bb1535dcef6c974b0b997ce69752f
kinto==25.0.2 \
--hash=sha256:0d99b4d367e1720198d670ff8b5c36937dd4516c37b8d8b7bb5d8f1c44bb0176 \
--hash=sha256:abb7a3aee3aeae140844d9e3f4fb608b58cf4c7b1b59c70bdae20d2434a2b220
# via -r requirements.in
logging-color-formatter==1.0.3 \
--hash=sha256:495920c386d48cad9e9463a10f51b4deb95cab3b0185d02a36af67d66ae93787 \
Expand Down Expand Up @@ -482,10 +482,11 @@ zope-interface==6.1 \
# transaction

# The following packages are considered to be unsafe in a requirements file:
setuptools==80.9.0 \
--hash=sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922 \
--hash=sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c
setuptools==80.10.2 \
--hash=sha256:8b0e9d10c784bf7d262c4e5ec5d4ec94127ce206e8738f29a437945fbc219b70 \
--hash=sha256:95b30ddfb717250edb492926c92b5221f7ef3fbcc2b07579bcd4a27da21d0173
# via
# kinto
# pyramid
# repoze-sendmail
# zope-deprecation
Expand Down
Loading