summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2021-07-06 12:23:43 -0400
committerPaul Ganssle <paul@ganssle.io>2021-07-06 12:26:41 -0400
commitee85831cc25d34ff597cfb3f2d90ce5904dbc561 (patch)
treef739e831e7a289b9bd9ab463d856fba2089d7dcd
parent6b337ea412d399fb48771c544b1a6880763b46c6 (diff)
downloaddateutil-git-ee85831cc25d34ff597cfb3f2d90ce5904dbc561.tar.gz
Build releases with Python 3.9
-rw-r--r--.github/workflows/publish.yml2
-rw-r--r--.github/workflows/validate.yml4
-rw-r--r--tox.ini2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 39b2e87..1eb3b2d 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: '3.x'
+ python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 2ea8925..f0a2699 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -91,9 +91,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
with:
- python-version: 3.7
+ python-version: "3.9"
- name: Install tox
run: python -m pip install -U tox
- name: Run tox
diff --git a/tox.ini b/tox.ini
index a89bbc2..cdf8473 100644
--- a/tox.ini
+++ b/tox.ini
@@ -95,7 +95,7 @@ commands =
[testenv:build]
description = Build an sdist and bdist
-basepython = python3.7
+basepython = python3.9
skip_install = true
passenv = *
deps = build[virtualenv] >= 0.3.0