Skip to content

Commit

Permalink
Drop python 3.13 until time-machine supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Feb 18, 2024
1 parent 15db912 commit b038011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ testing = [
# Used to generate test tokens
"pyjwt==2.*",
# Used to mock httpx
"pytest_httpx==0.28.*",
"pytest_httpx==0.29.*",
# Used to mock date and time
"time-machine==2.*",
# Used to check coverage
Expand Down

0 comments on commit b038011

Please sign in to comment.