Skip to content

Commit

Permalink
Bump to Python 3.12 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn authored Dec 7, 2023
1 parent 46e94b1 commit de4360f
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 @@ -86,7 +86,7 @@ jobs:
COLUMNS: 120
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]

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.5.1
pytest
pytest-benchmark
pytest-pretty
timezonefinder[numba]==6.2.0
timezonefinder==6.2.0
tzfpy==0.15.2

0 comments on commit de4360f

Please sign in to comment.