Skip to content

Commit

Permalink
Python3.12 upgrade (#958)
Browse files Browse the repository at this point in the history
* Upgrade python to 3.12

* Updating CI

* Updating python deps

* Pushing small updates

* Small package bumps

* Bump pip version
  • Loading branch information
devinmatte committed Apr 13, 2024
1 parent d554de7 commit 456b0f7
Show file tree
Hide file tree
Showing 9 changed files with 659 additions and 630 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: ['20']
python-version: ['3.11']
python-version: ['3.12']
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: ['20']
python-version: ['3.11']
python-version: ['3.12']
env:
AWS_PROFILE: transitmatters
AWS_DEFAULT_REGION: us-east-1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: ['20']
python-version: ['3.11']
python-version: ['3.12']
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
node-version: ['20']
python-version: ['3.11']
python-version: ['3.12']
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.6
3.12.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the repository for the TransitMatters Data Dashboard. Client code is wri
- node 20.x and npm 9.x+ required
- With `nvm` installed, use `nvm install && nvm use`
- verify with `node -v`
- Python 3.11 with recent poetry (1.6.0 or later)
- Python 3.12 with recent poetry (1.7.0 or later)
- Verify with `python --version && poetry --version`
- `poetry self update` to update poetry

Expand Down
96 changes: 61 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "4.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^4.32.1",
"@tanstack/react-query-devtools": "^4.33.0",
Expand Down Expand Up @@ -40,11 +40,11 @@
"react-csv": "^2.2.2",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"react-error-boundary": "^4.0.13",
"react-flatpickr": "^3.10.13",
"react-lottie-player": "^1.5.4",
"react-responsive": "^9.0.2",
"zustand": "^4.4.7"
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
Loading

0 comments on commit 456b0f7

Please sign in to comment.