Skip to content

Commit

Permalink
ci: Upgrade Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo G. Baio committed Oct 2, 2023
1 parent c6cfd43 commit 33aad4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.9, 3.10, 3.11]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"Operating System :: OS Independent",
"Topic :: Communications :: Email"
],
python_requires='>=3.6',
python_requires='>=3.9',
zip_safe=False,
)

0 comments on commit 33aad4a

Please sign in to comment.