summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <git@m.ganssle.io>2022-12-03 12:46:38 -0500
committerPaul Ganssle <git@m.ganssle.io>2022-12-03 12:57:49 -0500
commite5ee2ae35118ee3f10b5984b54f5f8dd8ba57bde (patch)
tree743ce88efdb3fe6ad96294cd9a05673e86cd0b30
parent85d4b78f8313a1256be6ee585937f728e0b07c60 (diff)
downloaddateutil-git-e5ee2ae35118ee3f10b5984b54f5f8dd8ba57bde.tar.gz
Run docs, latest-tz and build-dist on newer Python versions
-rw-r--r--.github/workflows/validate.yml6
-rw-r--r--tox.ini1
2 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 715e709..66c98ad 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -81,7 +81,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
- python-version: 3.6
+ python-version: "3.10"
- name: Install tox
run: python -m pip install -U tox
- name: Run tox
@@ -94,7 +94,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
- python-version: 3.6
+ python-version: "3.10"
- name: Install tox
run: python -m pip install -U "tox<3.8.0"
- name: Run updatezinfo.py
@@ -109,7 +109,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
- python-version: "3.9"
+ python-version: "3.10"
- name: Install tox
run: python -m pip install -U tox
- name: Run tox
diff --git a/tox.ini b/tox.ini
index 4c600c8..c5f63cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -99,7 +99,6 @@ commands =
[testenv:build]
description = Build an sdist and bdist
-basepython = python3.9
skip_install = true
passenv = *
deps = build[virtualenv] >= 0.3.0