Skip to content

Commit

Permalink
omg ubuntu 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 7, 2022
1 parent fff487d commit 1a83457
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10]

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
miniconda-version: "latest"
activate-environment: occ
channels: conda-forge
python-version: 3.7
python-version: 3.8

- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def read(*names, **kwargs):
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
],
keywords=[],
Expand All @@ -56,7 +56,7 @@ def read(*names, **kwargs):
include_package_data=True,
zip_safe=False,
install_requires=requirements,
python_requires=">=3.7",
python_requires=">=3.8",
extras_require=optional_requirements,
entry_points={
"console_scripts": [],
Expand Down

0 comments on commit 1a83457

Please sign in to comment.