Skip to content

Commit

Permalink
Merge pull request #821 from miurahr/topic/miurahr/drop-38-add-313
Browse files Browse the repository at this point in the history
chore: drop python 3.8 and add python 3.13
  • Loading branch information
miurahr authored Sep 29, 2024
2 parents 73fc45e + b942aab commit 151ca25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-install-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
print('PREFIX {}'.format(result))
shell: python
working-directory: ${{ github.workspace }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: matrix.artifact == 'binary'
with:
name: aqt-${{ matrix.os }}-standalone
Expand Down
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Requirements
------------

- Minimum Python version:
3.8
3.9

- Recommended Python version:
3.9, 3.12 (frequently tested on)
Expand All @@ -78,9 +78,8 @@ There is precise documentation with many examples.
You are recommended to read the *Getting started* section.

- Getting started: https://aqtinstall.readthedocs.io/en/latest/getting_started.html
- Stable (v3.1.x): https://aqtinstall.readthedocs.io/en/stable
- Stable: https://aqtinstall.readthedocs.io/en/stable
- Latest: https://aqtinstall.readthedocs.io/en/latest
- Old (v2.2.3) : https://aqtinstall.readthedocs.io/en/v2.2.3/

Install
-------
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- template: ci/steps.yml

- job: Linux ARM64
- job: Linux_ARM64
dependsOn: MatricesGenerator
pool:
vmImage: 'ubuntu-22.04'
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ classifiers = [
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"bs4", # canonical name is beautifulsoup4
"defusedxml",
"humanize",
"patch>=1.16",
"py7zr>=0.20.6",
"py7zr>=1.0.0-rc1",
"requests>=2.31.0",
"semantic-version",
"texttable",
Expand Down Expand Up @@ -56,7 +56,7 @@ test = [
"pympler",
]
check = [
"mypy>=0.990",
"mypy>=1.10.0",
"flake8>=6.0.0,<8.0.0",
"flake8-black",
"flake8-colors",
Expand Down

0 comments on commit 151ca25

Please sign in to comment.