Skip to content

Commit 677aa40

Browse files
authored
Merge pull request #582 from Cornices/add-py312
Ref #581: Run CI on Python 3.12
2 parents cd85b1f + 56df06a commit 677aa40

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: ["3.8", "3.9", "3.10", "3.11"]
20+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2121

2222
steps:
2323
- uses: actions/checkout@v4

requirements.txt

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --generate-hashes
5+
# pip-compile --allow-unsafe --generate-hashes
66
#
77
hupper==1.12.1 \
88
--hash=sha256:06bf54170ff4ecf4c84ad5f188dee3901173ab449c2608ad05b9bfd6b13e32eb \
@@ -81,7 +81,11 @@ zope-interface==6.1 \
8181
--hash=sha256:fddbab55a2473f1d3b8833ec6b7ac31e8211b0aa608df5ab09ce07f3727326de
8282
# via pyramid
8383

84-
# WARNING: The following packages were not pinned, but pip requires them to be
85-
# pinned when the requirements file includes hashes and the requirement is not
86-
# satisfied by a package already installed. Consider using the --allow-unsafe flag.
87-
# setuptools
84+
# The following packages are considered to be unsafe in a requirements file:
85+
setuptools==69.0.3 \
86+
--hash=sha256:385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05 \
87+
--hash=sha256:be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78
88+
# via
89+
# pyramid
90+
# zope-deprecation
91+
# zope-interface

0 commit comments

Comments
 (0)