Skip to content

Commit

Permalink
Explicitly depend on certifi; add Python 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Nov 28, 2024
1 parent 811e405 commit af5ff4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 8
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{matrix.python-version}}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"ipwhois >= 1.2.0, < 2",
"uritemplate >= 4.1.1, < 5",
"chalice >= 1.31.2, < 2",
"certifi >= 2023.11.17",
],
extras_require={
"test": tests_require,
Expand Down

0 comments on commit af5ff4c

Please sign in to comment.