Skip to content

Commit b6b5633

Browse files
committed
Version bump from v0.1.3 to v0.1.4
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
1 parent cc1d035 commit b6b5633

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: pagure-exporter
3-
on: [push, pull_request, workflow_dispatch]
3+
on: [push]
44
jobs:
55
ci-basic:
66
strategy:
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
tox-env: ["py311", "py312", "py313"]
29+
tox-env: ["py313"]
3030
runs-on: ubuntu-latest
3131
container: fedorapython/fedora-python-tox:latest
3232
steps:

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pagure-exporter"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Simple exporter tool that helps migrate repository files, data assets and issue tickets from projects on Pagure to GitLab"
55
authors = [
66
"Akashdeep Dhar <akashdeep.dhar@gmail.com>",
@@ -27,6 +27,8 @@ classifiers = [
2727
"Natural Language :: English",
2828
"Programming Language :: Python :: 3",
2929
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
3032
"Operating System :: POSIX :: Linux",
3133
"Topic :: Software Development",
3234
"Topic :: System :: Networking",

0 commit comments

Comments
 (0)