Skip to content

Commit

Permalink
Merge pull request #1082 from gboeing/py312
Browse files Browse the repository at this point in the history
add python 3.12 to CI test matrix
  • Loading branch information
gboeing authored Nov 8, 2023
2 parents 9fd5901 + ed21c34 commit cb83a43
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body:
id: os_python
attributes:
label: What operating system and Python version are you using?
placeholder: e.g., Windows 11/Python 3.11
placeholder: e.g., Windows 11/Python 3.12
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]

defaults:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 1.7.1 (2023-10-29)

- fix references to latitude and longitude parameters as lat and lon consistently across package (#1068 #1069)
- fix handling dict and set attribute types when reloading GraphML files (#1075 #1077)
- fix handling of dict and set attribute types when reloading GraphML files (#1075 #1077)

## 1.7.0 (2023-10-11)

Expand Down
2 changes: 1 addition & 1 deletion docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
python: "3.12"

formats: all

Expand Down
2 changes: 1 addition & 1 deletion environments/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# basics
osmnx
python == 3.11.*
python == 3.12.*

# helpful
beautifulsoup4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Mathematics",
Expand Down

0 comments on commit cb83a43

Please sign in to comment.