]> git.phdru.name Git - cookiecutter.git/commitdiff
Add Python 3.13
authorOleg Broytman <phd@phdru.name>
Sun, 12 Jan 2025 22:18:47 +0000 (01:18 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Jan 2025 22:18:47 +0000 (01:18 +0300)
project_template/.github/workflows/test-publish.yaml
project_template/setup.py

index b42167a35d96f45be3d8a8527490fc90c767be1b..72ebac900cfda69e78050cd9ce8529bd49b5bb24 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "=3.9[build=*_pypy]"]
+        python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "=3.9[build=*_pypy]"]
         exclude:
         - os: windows-latest
           python-version: "2.7"
index 332acf7c7d0855c482b2e9b30d84236bc69157ae..7066def4b2b538deaf456703237a5df087db57a8 100755 (executable)
@@ -66,6 +66,7 @@ setup(
         'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: 3.11',
         'Programming Language :: Python :: 3.12',
+        'Programming Language :: Python :: 3.13',
     ],
     packages=['{project}'],
     package_data={'{project}': []},