Skip to content

Commit

Permalink
drop 3.6 add 3.8 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAndre-Rivet committed May 1, 2024
1 parent 9b3fb64 commit b046763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
matrix:
os-python-version:
[
{ "os": "ubuntu-18.04", "python": 3.6 },
{ "os": "ubuntu-latest", "python": 3.7 },
{ "os": "ubuntu-latest", "python": 3.8 },
{ "os": "ubuntu-latest", "python": 3.10 },
]

steps:
Expand Down Expand Up @@ -68,4 +69,3 @@ jobs:
pip install poetry2setup
poetry2setup > setup.py
s3pypi --bucket pypi.candidco.com --private || echo "ERROR: push failed for $package";

0 comments on commit b046763

Please sign in to comment.