Skip to content

Commit

Permalink
Bump Python version to 3.13 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn authored Oct 11, 2024
1 parent 241c92a commit e5a98b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
COLUMNS: 120
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ citiespy==0.6.3
pytest
pytest-benchmark
pytest-pretty
timezonefinder[numba]==6.5.3
timezonefinder==6.5.3
tzfpy==0.15.6

0 comments on commit e5a98b1

Please sign in to comment.