We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6534c83 commit 3704f16Copy full SHA for 3704f16
.github/workflows/testing.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: ["3.9", "3.10"]
+ python-version: ["3.10", "3.11", "3.12"]
12
fail-fast: false
13
14
steps:
setup.py
@@ -6,7 +6,7 @@
6
# NOTE: This file must remain Python 2 compatible for the foreseeable future,
7
# to ensure that we error out properly for people with outdated setuptools
# and/or pip.
-min_version = (3, 9)
+min_version = (3, 10)
if sys.version_info < min_version:
error = """
data_prototype does not support Python {0}.{1}.
0 commit comments