We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5804179 + 3e030fc commit 0989595Copy full SHA for 0989595
.github/workflows/continuous-integration.yml
@@ -12,7 +12,9 @@ jobs:
12
strategy:
13
matrix:
14
os: ['ubuntu-latest', 'macos-latest']
15
- python-version: [3.8, 3.9]
+ python-version:
16
+ - '3.8'
17
+ - '3.12'
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
.github/workflows/supply-chain.yml
@@ -29,7 +29,7 @@ jobs:
29
30
python-version:
31
- '3.8'
32
- - '3.9'
33
34
35
- uses: actions/checkout@v4
setup.cfg
@@ -9,7 +9,7 @@ classifiers =
9
[options]
10
include_package_data = true
11
packages = find:
-python_requires = >=3.6
+python_requires = >=3.8
# See CONTRIBUTE.md before adding a console script line.
[options.entry_points]
0 commit comments