Skip to content

Commit

Permalink
Merge pull request #302 from EasyPost/py312
Browse files Browse the repository at this point in the history
tests: check we build on python 3.12
  • Loading branch information
Justintime50 authored Oct 25, 2023
2 parents 4a1e162 + 3cfbca0 commit 370601f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install Dependencies
run: make install
- name: Lint
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pythonversion: ['3.7', '3.8', '3.9', '3.10', '3.11']
pythonversion: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: set up python
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install Dependencies
run: make install
- name: Generate Docs
Expand Down

0 comments on commit 370601f

Please sign in to comment.