Skip to content

Commit

Permalink
Use Python 3.11 for package releases, enable 3.11 testing with newest…
Browse files Browse the repository at this point in the history
… dependencies. (#895)

This reverts commit 50fa8c3.
  • Loading branch information
bdice committed Mar 6, 2023
1 parent 9febbe8 commit 7ec0092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
# We must explicitly install the requirements so that we can force
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
config: [ {python: '3.8', dependencies: 'newest'},
{python: '3.9', dependencies: 'newest'},
{python: '3.10', dependencies: 'newest'},
{python: '3.11', dependencies: 'newest'},
{python: '3.11', dependencies: 'minimal'},
{python: '3.8', dependencies: 'oldest'} ]
steps:
Expand Down

0 comments on commit 7ec0092

Please sign in to comment.