Skip to content

Commit eeda80d

Browse files
authored
Merge branch 'master' into topic/miurahr/drop-support-for-python37
2 parents f29b734 + 2b4dd5a commit eeda80d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

aqt/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def get_arch_dir_name(host: str, arch: str, version: Version) -> str:
393393
return arch
394394

395395
@staticmethod
396-
def default_linux_desktop_arch_dir() -> tuple[str, str]:
396+
def default_linux_desktop_arch_dir() -> Tuple[str, str]:
397397
return ("gcc_64", "gcc_arm64")
398398

399399
@staticmethod

docs/CHANGELOG.rst

+13-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,21 @@ Deprecated
1717
----------
1818
* Drop support for python 3.7
1919

20+
`v3.1.13`_ (13, Apr. 2024)
21+
==========================
22+
2023
Added
2124
-----
2225
- Add support for arm64 architecture on linux desktop (#766)
2326

27+
Changed
28+
-------
29+
- Add Qt 6.6.3 as known version (#773)
30+
31+
Document
32+
--------
33+
- Add example command line that show combinations of sub-commands (#759)
34+
2435
`v3.1.12`_ (2, Mar. 2024)
2536
=========================
2637

@@ -347,7 +358,8 @@ Security
347358
* Check Update.xml file with SHA256 hash (#493)
348359

349360

350-
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v3.1.12...HEAD
361+
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v3.1.13...HEAD
362+
.. _v3.1.13: https://github.com/miurahr/aqtinstall/compare/v3.1.12...v3.1.13
351363
.. _v3.1.12: https://github.com/miurahr/aqtinstall/compare/v3.1.11...v3.1.12
352364
.. _v3.1.11: https://github.com/miurahr/aqtinstall/compare/v3.1.10...v3.1.11
353365
.. _v3.1.10: https://github.com/miurahr/aqtinstall/compare/v3.1.9...v3.1.10

0 commit comments

Comments
 (0)